snyk-bot
2024-05-09 03:24:23 +00:00
parent ccc9fc2fbd
commit 1beda7a3e6

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.21.9-alpine
EXPOSE 8000