From 89582eab41f00715c2811d4a28629b3d3911b46f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Date: Thu, 29 Feb 2024 12:45:17 +0100 Subject: [PATCH] upgraded python 3.10 image to version 3.10.13-slim-bullseye This upgrade is needed to fix the security vulnerabilities --- py3.10-slim-bullseye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py3.10-slim-bullseye/Dockerfile b/py3.10-slim-bullseye/Dockerfile index 1db463d..51c07a3 100644 --- a/py3.10-slim-bullseye/Dockerfile +++ b/py3.10-slim-bullseye/Dockerfile @@ -1,5 +1,5 @@ # hadolint global ignore=DL3059 -FROM python:3.10.11-slim-bullseye AS build +FROM python:3.10.13-slim-bullseye AS build ARG TARGET=prod ARG TARGETARCH