From bc5cb544b54650a888b3afbb7837224bf5b636b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:48:53 +0000 Subject: [PATCH] Bump python from 3.12-slim to 3.13-slim Bumps python from 3.12-slim to 3.13-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 c4c1ed8..9f53f34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python 3.12 Slim image as the base image -FROM python:3.12-slim +FROM python:3.13-slim # Set the working directory to /tafrigh WORKDIR /tafrigh