From 1c7d14857c6d507a31af0fd11373a22ce75d61eb Mon Sep 17 00:00:00 2001 From: Ali Hamdi Ali Fadel Date: Fri, 25 Oct 2024 16:14:26 +0000 Subject: [PATCH] Update docker image tag --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5b2f835..cb42a93 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 +# Use the official Python 3.13 Slim image as the base image +FROM python:3.13-slim # Set the working directory to /tahweel WORKDIR /tahweel