Skip to content

Commit

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

---
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 dd08f91 commit eaaafe3
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
Expand Up @@ -2,7 +2,7 @@

###########################################################
# Base Python image. Set shared environment variables.
FROM python:3.12-slim-bullseye AS base
FROM python:3.13-slim-bullseye AS base
ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
PIP_NO_CACHE_DIR=off \
Expand Down

0 comments on commit eaaafe3

Please sign in to comment.