From 6c4a61b647926b3d0237476053be5621cc7a41f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Mar 2023 17:59:39 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320498 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232722 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232724 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3314584 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8134092..7199464 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM goreleaser/goreleaser:v1.12.3 as goreleaser -FROM golang:1.18-bullseye as build +FROM golang:1.19-bullseye as build COPY --from=goreleaser /usr/bin/goreleaser /usr/local/bin/goreleaser