From 256f5fc95ad604e84a986d020f010cf700d00cb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:59:41 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 651fec5..38a9ed0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ENV HOME=/home/ubuntu \ PATH=/home/ubuntu/.local/bin:$PATH WORKDIR $HOME/speaches # https://docs.astral.sh/uv/guides/integration/docker/#installing-uv -COPY --chown=ubuntu --from=ghcr.io/astral-sh/uv:0.6.1 /uv /bin/uv +COPY --chown=ubuntu --from=ghcr.io/astral-sh/uv:0.6.2 /uv /bin/uv # NOTE: per https://docs.astral.sh/uv/guides/install-python, `uv` will automatically install the necessary python version # https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers # https://docs.astral.sh/uv/guides/integration/docker/#compiling-bytecode