Skip to content

Commit

Permalink
Update ghcr.io/astral-sh/uv Docker tag to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent 56b0f34 commit d51789c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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/"

Expand Down

0 comments on commit d51789c

Please sign in to comment.