Skip to content

Commit 81a24b4

Browse files
fix(deps): update Alpine to v3.23.3 (#334)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d471dc4 commit 81a24b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN ${JAVA_HOME}/bin/jlink \
3838

3939

4040
# Download the PaperMC server JAR file corresponding to the specified Minecraft version.
41-
FROM docker.io/alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 AS papermc-server-build
41+
FROM docker.io/alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS papermc-server-build
4242

4343
ARG MINECRAFT_VERSION
4444

@@ -80,7 +80,7 @@ FROM docker.io/cuelang/cue:0.13.2@sha256:3296cdefb31c57c8e09da34a19f2f80308cfa60
8080
# ===================================
8181
# >>> FINAL STAGE <<<
8282
# ===================================
83-
FROM docker.io/alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
83+
FROM docker.io/alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
8484

8585
# ===================================
8686
# JRE setup

0 commit comments

Comments
 (0)