Changed dockerfile. Pinned python image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
9bb71f440a
commit
11ae880fae
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue