Skip to content

Commit

Permalink
Bump python from 3.10.15 to 3.10.16
Browse files Browse the repository at this point in the history
Bumps python from 3.10.15 to 3.10.16.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent e396bb7 commit 6e817ce
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.15@sha256:f5c258c1a5b0c9de773933cafce165d08d4fc52688dcd586544e9fdbf6be2c29 AS req
FROM docker.io/python:3.10.16@sha256:c7e1f8fe4fd2d1cb6624dceb423f733a85d7bcf46723d195727037079e469aeb 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.15@sha256:f5c258c1a5b0c9de773933cafce165d08d4fc52688dcd586544e9fdbf6be2c29
FROM docker.io/python:3.10.16@sha256:c7e1f8fe4fd2d1cb6624dceb423f733a85d7bcf46723d195727037079e469aeb

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

0 comments on commit 6e817ce

Please sign in to comment.