Skip to content

Commit

Permalink
Bump python in /config/docker
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 20, 2024
1 parent e0405bf commit 68c039a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/docker/Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------------------------------
# STAGE 1: Build Python requirements layer
# ------------------------------------------------------------
FROM python:3.12-bookworm as python-requirements
FROM python:3.13-bookworm as python-requirements

ARG ENV_NAME=dev

Expand All @@ -27,7 +27,7 @@ RUN set -ex \
# ------------------------------------------------------------
# STAGE 2: Dev layer
# ------------------------------------------------------------
FROM python:3.12-slim-bookworm as dev
FROM python:3.13-slim-bookworm as dev

# Set the locale
# libxml2-dev is needed for uwsgi in the production stage
Expand Down

0 comments on commit 68c039a

Please sign in to comment.