Update Dockerfile-fat

This commit is contained in:
Anthony Stirling 2024-12-13 20:07:30 +00:00 committed by GitHub
parent 30ee33002d
commit dd2aae60ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ RUN DOCKER_ENABLE_SECURITY=true \
./gradlew clean build ./gradlew clean build
# Main stage # Main stage
FROM alpine:3.21.0 FROM alpine:3.20.3
# Copy necessary files # Copy necessary files
COPY scripts /scripts COPY scripts /scripts