diff --git a/container/velorum/Dockerfile b/container/velorum/Dockerfile index a99b769..450faad 100644 --- a/container/velorum/Dockerfile +++ b/container/velorum/Dockerfile @@ -1,5 +1,5 @@ ARG PYTHON_VERSION=3.12 -ARG UV_VERSION=0.11.16 +ARG UV_VERSION=0.11.22 FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv FROM python:${PYTHON_VERSION}-slim