From 239b40ede764c06f39b11f45c5f62d98dfccc7a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 07:04:22 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1534687 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1089242 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ced551..fcdd52f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.2-alpine +FROM python:3.8.20-alpine RUN apk --update add python py-pip openssl ca-certificates py-openssl wget bash linux-headers libstdc++ RUN apk --update add --virtual build-dependencies libffi-dev openssl-dev python-dev py-pip build-base \