From 3e41bd0618845cac3f654d21b9c0c7ce34af9682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:03:07 -0400 Subject: [PATCH] Bump python from 3.12.1-slim-bookworm to 3.12.3-slim-bookworm in /python (#20) Bumps python from 3.12.1-slim-bookworm to 3.12.3-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Dockerfile b/python/Dockerfile index d97f05e..41ece85 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.1-slim-bookworm +FROM python:3.12.3-slim-bookworm LABEL maintainer="rush@ru8733.com" ADD . /code