From 9eafadc223b58b67a580fc259ef500a8fd1dc698 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jan 2025 20:05:09 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-XZ-2445109 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2434420 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a4659f..4f9c0a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # pull the official base image -FROM python:3.11.0a5-alpine +FROM python:3.14.0a3-alpine MAINTAINER SakethChandra "https://github.com/Saketh-Chandra/"