Update Dockerfile

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

View File

@ -1,5 +1,5 @@
# 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