Skip to content

Commit

Permalink
Bump python from 3.11.5-slim to 3.12.1-slim (#85)
Browse files Browse the repository at this point in the history
* Bump python from 3.11.5-slim to 3.12.1-slim

Bumps python from 3.11.5-slim to 3.12.1-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>

* bump things

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <[email protected]>
  • Loading branch information
dependabot[bot] and BeryJu authored Dec 11, 2023
1 parent ac26aab commit 26158a3
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 188 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.5-slim AS poetry-locker
FROM docker.io/python:3.12.1-slim AS poetry-locker

WORKDIR /work
COPY ./pyproject.toml /work
Expand All @@ -8,7 +8,7 @@ RUN pip install --no-cache-dir poetry && \
poetry export -f requirements.txt --output requirements.txt && \
poetry export -f requirements.txt --dev --output requirements-dev.txt

FROM docker.io/python:3.11.5-slim
FROM docker.io/python:3.12.1-slim

WORKDIR /app

Expand Down
Loading

0 comments on commit 26158a3

Please sign in to comment.