From b77c647b39c436097893948b924acc7542c05a7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Nov 2024 05:54:47 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-E2FSPROGS-3339843 - https://snyk.io/vuln/SNYK-ALPINE316-EXPAT-6241145 - https://snyk.io/vuln/SNYK-ALPINE316-NCURSES-5606597 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314643 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c677352..f9d6414 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0a4-alpine3.16 +FROM python:3.12.0a7-alpine3.16 # Set environment variables ENV PYTHONUNBUFFERED 1