Skip to content

Commit

Permalink
Merge pull request #595 from beeldengeluid/dependabot/docker/python-9…
Browse files Browse the repository at this point in the history
…392a39

Bump python from `3cdce69` to `9392a39`
  • Loading branch information
gb-beng authored Oct 18, 2024
2 parents 176f605 + 2dbab3b commit c8e9293
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:3cdce69fd5663ca47c420ec4d4df8e3545519a4030372f7d2064fb1be2279844 AS req
FROM docker.io/python:3.11.10@sha256:9392a391b626b11c5279c21090b1dee88beea4aa854f36962a3109b78f2fda21 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:3cdce69fd5663ca47c420ec4d4df8e3545519a4030372f7d2064fb1be2279844
FROM docker.io/python:3.11.10@sha256:9392a391b626b11c5279c21090b1dee88beea4aa854f36962a3109b78f2fda21

WORKDIR /usr/src/app

Expand Down

0 comments on commit c8e9293

Please sign in to comment.