Skip to content

Commit

Permalink
Bump python from 2c51f53 to 70f1eb2
Browse files Browse the repository at this point in the history
Bumps python from `2c51f53` to `70f1eb2`.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent d66e521 commit 9fa6c58
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:2c51f53055010df23427c2284d415ce6de5250b6d1753484ccef73d98225e28f AS req
FROM docker.io/python:3.11.10@sha256:70f1eb2927a8ef72840254b17024d3a8aa8c3c9715a625d426a2861b5899bc62 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:2c51f53055010df23427c2284d415ce6de5250b6d1753484ccef73d98225e28f
FROM docker.io/python:3.11.10@sha256:70f1eb2927a8ef72840254b17024d3a8aa8c3c9715a625d426a2861b5899bc62

WORKDIR /usr/src/app

Expand Down

0 comments on commit 9fa6c58

Please sign in to comment.