From 5d943102fb676774d1ac6ac5fe8af22babeeaf74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Oct 2022 06:13:32 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-1089244 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-587954 - https://snyk.io/vuln/SNYK-ALPINE310-SQLITE-1019961 - https://snyk.io/vuln/SNYK-ALPINE310-SQLITE-587307 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5c2396..8af43eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /app/cmd RUN CGO_ENABLED=0 GOOS=`go env GOHOSTOS` GOARCH=`go env GOHOSTARCH` go build -o drone-envtpl -FROM python:3.5.7-alpine +FROM python:3.12.0a1-alpine RUN apk add --no-cache \ git \ openssh-client \