Skip to content

Commit 3016ed7

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.23
1 parent 195a18d commit 3016ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV HOME=/home/ubuntu \
1919
PATH=/home/ubuntu/.local/bin:$PATH
2020
WORKDIR $HOME/speaches
2121
# 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
22+
COPY --chown=ubuntu --from=ghcr.io/astral-sh/uv:0.8.23 /uv /bin/uv
2323
# NOTE: per https://docs.astral.sh/uv/guides/install-python, `uv` will automatically install the necessary python version
2424
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
2525
# https://docs.astral.sh/uv/guides/integration/docker/#compiling-bytecode

0 commit comments

Comments
 (0)