Skip to content

Commit

Permalink
Merge pull request #609 from beeldengeluid/dependabot/docker/python-b…
Browse files Browse the repository at this point in the history
…0c14c5

Bump python from `f3d8fa8` to `b0c14c5`
  • Loading branch information
gb-beng authored Nov 26, 2024
2 parents 557ac3f + 8d4c707 commit b39a802
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:f3d8fa8c5e89f89deeb46d1259534dca4e51bee6413dee0875fb186532ce8bce AS req
FROM docker.io/python:3.11.10@sha256:b0c14c5ad67e76f603a72a165e89682b48898800b815e09f34c13ea87feb66d3 AS req

RUN python3 -m pip install pipx && \
python3 -m pipx ensurepath
Expand All @@ -11,7 +11,7 @@ COPY ./poetry.lock ./poetry.lock
COPY ./pyproject.toml ./pyproject.toml
RUN pipx run poetry export --format requirements.txt --output requirements.txt

FROM docker.io/python:3.11.10@sha256:f3d8fa8c5e89f89deeb46d1259534dca4e51bee6413dee0875fb186532ce8bce
FROM docker.io/python:3.11.10@sha256:b0c14c5ad67e76f603a72a165e89682b48898800b815e09f34c13ea87feb66d3

WORKDIR /usr/src/app

Expand Down

0 comments on commit b39a802

Please sign in to comment.