From 11ae880fae61c67c5382457c76d8707cf93cc4ed Mon Sep 17 00:00:00 2001 From: Guillem Borrell Date: Mon, 10 Jun 2024 09:03:36 +0200 Subject: [PATCH] Changed dockerfile. Pinned python image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c6a62c..6f782cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.12-slim +FROM python:3.12.2-slim # Set up uv ENV VIRTUAL_ENV=/usr/local