From 847fc07ef475f3f3a6928ea58cb1b878ef7ff331 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Apr 2021 08:30:21 +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-BUSYBOX-1089799 - 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..d121804 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12.0 +FROM alpine:3.12 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