mirror of
https://github.com/KevinMidboe/planetposen-mail.git
synced 2025-10-29 01:30:32 +00:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-6913411
This commit is contained in:
@@ -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.25rc3-alpine
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user