diff --git a/container/velorum/Dockerfile.erb b/container/velorum/Dockerfile.erb index 6911317..0f50dfc 100644 --- a/container/velorum/Dockerfile.erb +++ b/container/velorum/Dockerfile.erb @@ -1,5 +1,5 @@ ARG PYTHON_VERSION=3.12 -ARG UV_VERSION=0.12.3 +ARG UV_VERSION=0.12.5 FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv FROM python:${PYTHON_VERSION}-alpine