Skip to content

Commit

Permalink
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 99da9f4 commit 2260dbc
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 @@ -25,7 +25,7 @@ ENV APP_DIR=/srv/app

WORKDIR $APP_DIR

COPY --from=ghcr.io/astral-sh/uv:0.4.7 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.4.13 /uv /bin/uv

COPY pyproject.toml uv.lock $APP_DIR

Expand All @@ -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.7 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.4.13 /uv /bin/uv

ARG FUNCTION_DIR="/var/task/"

Expand Down

0 comments on commit 2260dbc

Please sign in to comment.