From 7f37bd2ef1a482b5e1d59df23f420189da928de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:28:09 +0000 Subject: [PATCH] Bump python from 3.12.2-slim-bookworm to 3.12.4-slim-bookworm Bumps python from 3.12.2-slim-bookworm to 3.12.4-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f54aada..5112cd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # - Runs a non-root user. # - Sets up the entrypoint and port. -FROM python:3.12.2-slim-bookworm as base-image +FROM python:3.12.4-slim-bookworm as base-image # Update system packages COPY scripts/install-base-packages.sh .