From 90319cc4e66f04031cb76d843055338e1befc40c Mon Sep 17 00:00:00 2001 From: Stephan Lamoureux Date: Mon, 12 Feb 2024 20:27:03 -0500 Subject: [PATCH] updaged python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a83abd7..8621c7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a specific version of the python:alpine image to ensure consistent builds -FROM python:3.9-alpine +FROM python:3.10-alpine # Install dependencies RUN apk update && \