From 550cc2cafa2752404efd1d666f56f1606bb5642d Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Wed, 25 Dec 2024 17:25:55 -0500 Subject: [PATCH] update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3addeafd..c67d7f05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image as a base -FROM python:3.12-slim +FROM python:3.13-slim # Install RenderCV: RUN pip install rendercv