From 7847a28620e3da0d347a7113c9b55701e83e0d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:27:05 +0000 Subject: [PATCH] Bump python from 3.12-slim to 3.12.6-slim Bumps python from 3.12-slim to 3.12.6-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 318eff1..485e620 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim as python-base +FROM python:3.12.6-slim as python-base RUN --mount=type=cache,target=/var/cache/apt \ apt-get -y update && \