Skip to content

Commit

Permalink
Bump library/python from 3.12-slim to 3.13-slim
Browse files Browse the repository at this point in the history
Bumps library/python from 3.12-slim to 3.13-slim.

---
updated-dependencies:
- dependency-name: library/python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 27bfc5e commit ec485a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/python:3.12-slim
FROM docker.io/library/python:3.13-slim
RUN apt update && apt install -y libxrender1 libxtst6 libxi6
RUN pip install poetry
COPY poetry.lock pyproject.toml ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/python:3.12-slim
FROM docker.io/library/python:3.13-slim
RUN apt update && apt install -y libxrender1 libxtst6 libxi6
RUN pip install poetry
COPY poetry.lock pyproject.toml ./
Expand Down

0 comments on commit ec485a3

Please sign in to comment.