Merge pull request #2540 from PeterDaveHelloKitchen/Dockerfile

Standardize Alpine base image format and version across all Dockerfiles
This commit is contained in:
Anthony Stirling
2024-12-22 11:16:23 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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