Merge pull request #2425 from Stirling-Tools/dependabot/docker/alpine-3.21.0

Bump alpine from 3.20.3 to 3.21.0
This commit is contained in:
Anthony Stirling 2024-12-12 11:32:16 +00:00 committed by GitHub
commit 0952245b23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Main stage
FROM alpine:3.20.3
FROM alpine:3.21.0
# Copy necessary files
COPY scripts /scripts

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
# Copy necessary files
COPY scripts /scripts