Skip to content

Commit

Permalink
Merge pull request #46 from beeldengeluid/dependabot/docker/python-42…
Browse files Browse the repository at this point in the history
…84309

Bump python from `3c3747c` to `4284309`
  • Loading branch information
gb-beng authored Jul 25, 2024
2 parents c547abf + 86e8337 commit 75d9395
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.10@sha256:3c3747ca270261365165f61ca511801918d368863d4945e17efd70836fe51c21 AS req
FROM docker.io/python:3.10@sha256:428430918ab72109921ef55d5f8bdd3a02a90734fd79ee920146cf385a13c110 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.10@sha256:3c3747ca270261365165f61ca511801918d368863d4945e17efd70836fe51c21
FROM docker.io/python:3.10@sha256:428430918ab72109921ef55d5f8bdd3a02a90734fd79ee920146cf385a13c110

# Create dirs for:
# - Injecting config.yml: /root/.DANE
Expand Down

0 comments on commit 75d9395

Please sign in to comment.