File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66! pyproject.toml
77! uv.lock
88! README.md
9+ ! LICENSE
910! restart_service.sh
1011! gunicorn.conf.py
1112! make_celery.py
Original file line number Diff line number Diff 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
1616ENV COLANDR_APP_DIR=/app
Original file line number Diff line number Diff 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
1616ENV COLANDR_APP_DIR=/app
You can’t perform that action at this time.
0 commit comments