From efd83f3d8014014171785e26f14af717cdf2be07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 01:24:17 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.30 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c5d77745..1e32dbd86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ ENV APP_DIR=/srv/app WORKDIR $APP_DIR -COPY --from=ghcr.io/astral-sh/uv:0.4.29 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.4.30 /uv /bin/uv COPY pyproject.toml uv.lock $APP_DIR @@ -51,7 +51,7 @@ RUN python -m zipfile -e /vault.zip /vault FROM amazon/aws-lambda-python:3.12 -COPY --from=ghcr.io/astral-sh/uv:0.4.29 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.4.30 /uv /bin/uv ARG FUNCTION_DIR="/var/task/"