Skip to content

Commit 24abe11

Browse files
authored
Merge pull request #791 from code0-tech/update-velorum
Base velorum on python-alpine image
2 parents 0e557f8 + ac8912e commit 24abe11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

container/velorum/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.12
22
ARG UV_VERSION=0.11.16
33

44
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv
5-
FROM python:${PYTHON_VERSION}-slim
5+
FROM python:${PYTHON_VERSION}-alpine
66

77
COPY --from=uv /uv /uvx /usr/local/bin/
88

versions/velorum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0641b61196cf4bff5691efb84c1d52c188e02fd5
1+
77b1ea7b4252b2508574e79097048023392e39c6

0 commit comments

Comments
 (0)