snyk-bot
2024-12-24 20:55:16 +00:00
parent ccc9fc2fbd
commit 98a8beda9b

View File

@@ -10,7 +10,7 @@ RUN make build
# RUN make test
# Create production image for application with needed files
FROM golang:1.19-alpine
FROM golang:1.24rc1-alpine
EXPOSE 8000