renovate[bot] commited on
Commit
1805c60
·
1 Parent(s): ba81a8e

chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.18

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ ENV HOME=/home/ubuntu \
17
  PATH=/home/ubuntu/.local/bin:$PATH
18
  WORKDIR $HOME/speaches
19
  # https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
20
- COPY --chown=ubuntu --from=ghcr.io/astral-sh/uv:0.5.14 /uv /bin/uv
21
  # https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
22
  # https://docs.astral.sh/uv/guides/integration/docker/#compiling-bytecode
23
  # TODO: figure out if `/home/ubuntu/.cache/uv` should be used instead of `/root/.cache/uv`
 
17
  PATH=/home/ubuntu/.local/bin:$PATH
18
  WORKDIR $HOME/speaches
19
  # https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
20
+ COPY --chown=ubuntu --from=ghcr.io/astral-sh/uv:0.5.18 /uv /bin/uv
21
  # https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
22
  # https://docs.astral.sh/uv/guides/integration/docker/#compiling-bytecode
23
  # TODO: figure out if `/home/ubuntu/.cache/uv` should be used instead of `/root/.cache/uv`