Skip to content

Commit

Permalink
Merge pull request #614 from beeldengeluid/dependabot/docker/python-3…
Browse files Browse the repository at this point in the history
….11.11

Bump python from 3.11.10 to 3.11.11
  • Loading branch information
gb-beng authored Jan 17, 2025
2 parents c24a5fc + 8d00c6a commit 5bed6f6
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.10@sha256:b0c14c5ad67e76f603a72a165e89682b48898800b815e09f34c13ea87feb66d3 AS req
FROM docker.io/python:3.11.11@sha256:2c80c66d876952e04fa74113864903198b7cfb36b839acb7a8fef82e94ed067c 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.10@sha256:b0c14c5ad67e76f603a72a165e89682b48898800b815e09f34c13ea87feb66d3
FROM docker.io/python:3.11.11@sha256:2c80c66d876952e04fa74113864903198b7cfb36b839acb7a8fef82e94ed067c

WORKDIR /usr/src/app

Expand Down

0 comments on commit 5bed6f6

Please sign in to comment.