Skip to content

Commit

Permalink
Update ghcr.io/astral-sh/uv Docker tag to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 7928349 commit 9dafba1
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.0 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.4.1 /uv /bin/uv
COPY pyproject.toml uv.lock $APP_DIR

ENV DJANGO_SETTINGS_MODULE=onlineweb4.settings
Expand All @@ -48,7 +48,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.0 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.4.1 /uv /bin/uv

ARG FUNCTION_DIR="/var/task/"

Expand Down

0 comments on commit 9dafba1

Please sign in to comment.