feat(deps): update uv dependency to version 0.9.21 (#406)
All checks were successful
Snyk / security (push) Successful in 1m53s
All checks were successful
Snyk / security (push) Successful in 1m53s
Reviewed-on: #406
This commit was merged in pull request #406.
This commit is contained in:
@@ -9,7 +9,7 @@ WORKDIR /run
|
|||||||
|
|
||||||
RUN mkdir -p /.local && \
|
RUN mkdir -p /.local && \
|
||||||
chmod -R 777 /.local && \
|
chmod -R 777 /.local && \
|
||||||
pip install -U pip uv==0.5.14
|
pip install -U pip uv==0.9.21
|
||||||
|
|
||||||
COPY pyproject.toml /run/pyproject.toml
|
COPY pyproject.toml /run/pyproject.toml
|
||||||
COPY uv.lock /run/uv.lock
|
COPY uv.lock /run/uv.lock
|
||||||
|
|||||||
@@ -3,5 +3,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
# Alternatively, use an image from a registry
|
||||||
|
# image: git.tainton.uk/repos/roboluke:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|||||||
Reference in New Issue
Block a user