From 2bd0b26316c7c978cda4ed7b659fe3d2242cc719 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 May 2022 20:44:26 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-BUSYBOX-2440610 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-2426332 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-2426332 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c000fb..a11c2a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12.0 +FROM alpine:3.14.6 RUN apk add --update gcc musl-dev openssl-dev libffi-dev build-base RUN apk add --update py3-pip python3-dev git bash openssl curl