mirror of
https://github.com/KevinMidboe/planetposen-mail.git
synced 2026-01-09 19:05:42 +00:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5821142
This commit is contained in:
@@ -10,7 +10,7 @@ RUN make build
|
|||||||
# RUN make test
|
# RUN make test
|
||||||
|
|
||||||
# Create production image for application with needed files
|
# Create production image for application with needed files
|
||||||
FROM golang:1.19-alpine
|
FROM golang:1.21.0-alpine
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user