Skip to content

Commit c72bedc

Browse files
chore(deps): update docker.io/alpine docker tag to v3.24.1
1 parent 0e99b4a commit c72bedc

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.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS papermc-server-build
41+
FROM docker.io/alpine:3.24.1@sha256:bec4ccd3817e7c824eb0388971a0b83fab111d586285511ba0266b77e8dc65a9 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.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
83+
FROM docker.io/alpine:3.24.1@sha256:bec4ccd3817e7c824eb0388971a0b83fab111d586285511ba0266b77e8dc65a9
8484

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

0 commit comments

Comments
 (0)