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
This commit is contained in:
snyk-bot 2023-06-07 03:27:28 +00:00
parent 6046bc34c9
commit 6c0775dfe1
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

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