From d17118d5b8ad1535414d6b5e35f2bbdc157c6c44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:15:36 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.4.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b40522626..548a460e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ENV APP_DIR=/srv/app WORKDIR $APP_DIR -COPY --from=ghcr.io/astral-sh/uv:0.4.1 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.4.2 /uv /bin/uv COPY pyproject.toml uv.lock $APP_DIR @@ -49,7 +49,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.1 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.4.2 /uv /bin/uv ARG FUNCTION_DIR="/var/task/"