From a7353175cd83e9da5bfcc3cd68d127d9a27053fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:58:17 +0000 Subject: [PATCH] Bump python from 3.11-slim to 3.12-slim Bumps python from 3.11-slim to 3.12-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 6d0a102..fb819fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.12-slim LABEL org.opencontainers.image.source https://github.com/github/contributors WORKDIR /action/workspace