We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195a18d commit 3016ed7Copy full SHA for 3016ed7
Dockerfile
@@ -19,7 +19,7 @@ ENV HOME=/home/ubuntu \
19
PATH=/home/ubuntu/.local/bin:$PATH
20
WORKDIR $HOME/speaches
21
# https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
22
-COPY --chown=ubuntu --from=ghcr.io/astral-sh/uv:0.8.22 /uv /bin/uv
+COPY --chown=ubuntu --from=ghcr.io/astral-sh/uv:0.8.23 /uv /bin/uv
23
# NOTE: per https://docs.astral.sh/uv/guides/install-python, `uv` will automatically install the necessary python version
24
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
25
# https://docs.astral.sh/uv/guides/integration/docker/#compiling-bytecode
0 commit comments