From 0e35375b106ad020332f53eb6ce13425a4b5dd73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 01:55:56 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e32dbd86..8c517c2ed 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.30 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.0 /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.30 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.0 /uv /bin/uv ARG FUNCTION_DIR="/var/task/"