Changed dockerfile. Pinned python image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Guillem Borrell 2024-06-10 09:03:36 +02:00
parent 9bb71f440a
commit 11ae880fae

View file

@ -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