From 6b9bbdd48c6d3866243645e466a1269b84fa173f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Sep 2024 18:59:33 +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-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a767081..6f0be9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.8-alpine3.16 +FROM python:3.10.11-alpine3.16 LABEL maintainer="graham@grahamgilbert.com"