From 96f134605ebcd31daf0495097d04d91cc30d4d62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Jun 2021 11:17:11 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-BUSYBOX-1089799 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1075735 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1075735 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1089238 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1089238 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c000fb..37ca864 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12.0 +FROM alpine:3.13 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