Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
6c0775dfe1
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-5661567
- https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-5661567
2023-06-07 03:27:28 +00:00

View File

@ -1,6 +1,6 @@
ARG GOLANG_IMAGE=golang:1.20-alpine3.16
ARG BUILD_IMAGE=alpine:3.16
ARG BUILD_IMAGE=alpine:3
FROM $GOLANG_IMAGE as builder