Skip to content

Commit

Permalink
chore(deps): bump python from 3.12-slim-bookworm to 3.13-slim-bookworm
Browse files Browse the repository at this point in the history
Bumps python from 3.12-slim-bookworm to 3.13-slim-bookworm.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 1a9c70c commit 24cb977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile from https://github.com/python-poetry/poetry/discussions/1879
# `python-base` sets up all our shared environment variables
FROM python:3.12-slim-bookworm AS python-base
FROM python:3.13-slim-bookworm AS python-base
ENV PYTHONUNBUFFERED=1 \
# prevents python creating .pyc as files
PYTHONDONTWRITEBYTECODE=1 \
Expand Down

0 comments on commit 24cb977

Please sign in to comment.