Skip to content

Commit

Permalink
Merge pull request #617 from beeldengeluid/dependabot/docker/python-a…
Browse files Browse the repository at this point in the history
…db581d

Bump python from `2c80c66` to `adb581d`
  • Loading branch information
gb-beng authored Feb 3, 2025
2 parents a2d0db9 + 1f12dd6 commit 360d4c9
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
@@ -1,4 +1,4 @@
FROM docker.io/python:3.11.11@sha256:2c80c66d876952e04fa74113864903198b7cfb36b839acb7a8fef82e94ed067c AS req
FROM docker.io/python:3.11.11@sha256:adb581d8ed80edd03efd4dcad66db115b9ce8de8522b01720b9f3e6146f0884c AS req

ENV POETRY_HOME=/opt/poetry
RUN <<EOF
Expand All @@ -10,7 +10,7 @@ COPY ./poetry.lock ./poetry.lock
COPY ./pyproject.toml ./pyproject.toml
RUN $POETRY_HOME/bin/poetry export --format requirements.txt --output requirements.txt

FROM docker.io/python:3.11.11@sha256:2c80c66d876952e04fa74113864903198b7cfb36b839acb7a8fef82e94ed067c
FROM docker.io/python:3.11.11@sha256:adb581d8ed80edd03efd4dcad66db115b9ce8de8522b01720b9f3e6146f0884c

WORKDIR /usr/src/app

Expand Down

0 comments on commit 360d4c9

Please sign in to comment.