Skip to content

Commit 0b94941

Browse files
authored
build: bump uv to v9 in docker builds (#172)
* build: bump uv in images, v0.8 => v0.9 * fix: include license in built images
1 parent 66b4a57 commit 0b94941

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
!pyproject.toml
77
!uv.lock
88
!README.md
9+
!LICENSE
910
!restart_service.sh
1011
!gunicorn.conf.py
1112
!make_celery.py

Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt update \
1010
&& rm -rf /var/lib/apt/lists/* /usr/share/doc /usr/share/man
1111

1212
# install uv binary from official distro-less image
13-
COPY --from=ghcr.io/astral-sh/uv:0.8.17 /uv /uvx /bin/
13+
COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /uvx /bin/
1414

1515
# set working directory for colandr
1616
ENV COLANDR_APP_DIR=/app

Dockerfile.worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt update \
1010
&& rm -rf /var/lib/apt/lists/* /usr/share/doc /usr/share/man
1111

1212
# install uv binary from official distro-less image
13-
COPY --from=ghcr.io/astral-sh/uv:0.8.17 /uv /uvx /bin/
13+
COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /uvx /bin/
1414

1515
# set working directory for colandr
1616
ENV COLANDR_APP_DIR=/app

0 commit comments

Comments
 (0)