From 06f1c857c5dea21a06b9e61e610bd61ac9a881fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:52:04 +0000 Subject: [PATCH] #minor: bump python from 3.12.7-slim to 3.13.0-slim (#115) Bumps python from 3.12.7-slim to 3.13.0-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7822378..be20cfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Use the official Python 3 image. # https://hub.docker.com/_/python #FROM python:3.8.16-slim -FROM python:3.12.7-slim +FROM python:3.13.0-slim ARG DEBIAN_FRONTEND=noninteractive RUN apt-get -y update \