From 7313acdfcbdb1a9b7bd356b24ddce0395670f7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:39:51 +0000 Subject: [PATCH] build(deps): bump library/python in /images/poetry-python3.9/context (#2307) --- images/poetry-python3.9/context/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/poetry-python3.9/context/Dockerfile b/images/poetry-python3.9/context/Dockerfile index 23f6507c2..a00901705 100644 --- a/images/poetry-python3.9/context/Dockerfile +++ b/images/poetry-python3.9/context/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.9.20@sha256:ed8b9dd4e9f89c111f4bdb85a55f8c9f0e22796a298449380b15f627d9914095 AS python +FROM docker.io/library/python:3.9.20@sha256:332741499f49a3f3e7749dad70e6ecf1129f00a269fdd6111da2ed2693fbe50e AS python FROM python AS poetry