diff --git a/container/velorum/Dockerfile b/container/velorum/Dockerfile index a99b7695..c61e219b 100644 --- a/container/velorum/Dockerfile +++ b/container/velorum/Dockerfile @@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.12 ARG UV_VERSION=0.11.16 FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv -FROM python:${PYTHON_VERSION}-slim +FROM python:${PYTHON_VERSION}-alpine COPY --from=uv /uv /uvx /usr/local/bin/ diff --git a/versions/velorum b/versions/velorum index 64af6115..af63b871 100644 --- a/versions/velorum +++ b/versions/velorum @@ -1 +1 @@ -0641b61196cf4bff5691efb84c1d52c188e02fd5 \ No newline at end of file +77b1ea7b4252b2508574e79097048023392e39c6 \ No newline at end of file