snyk-bot
2024-07-17 08:19:09 +00:00
parent ccc9fc2fbd
commit 1b0f4fbe71

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