Skip to content

Commit

Permalink
Merge pull request #2540 from PeterDaveHelloKitchen/Dockerfile
Browse files Browse the repository at this point in the history
Standardize Alpine base image format and version across all Dockerfiles
  • Loading branch information
Frooodle authored Dec 22, 2024
2 parents 2fd8d88 + b0881cd commit f1bf425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Main stage
FROM alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45

# Copy necessary files
COPY scripts /scripts
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-fat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN DOCKER_ENABLE_SECURITY=true \
./gradlew clean build

# Main stage
FROM alpine:3.20.3
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45

# Copy necessary files
COPY scripts /scripts
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-ultra-lite
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use alpine
FROM alpine:3.21.0
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45

ARG VERSION_TAG

Expand Down

0 comments on commit f1bf425

Please sign in to comment.