Skip to content

Commit c040e4c

Browse files
chore(deps): bump python
Bumps the all-dependencies group with 1 update in the /docker directory: python. Updates `python` from 3.13-slim-bookworm to 3.14-slim-bookworm --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-bookworm dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e138ff commit c040e4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim-bookworm
1+
FROM python:3.14-slim-bookworm
22

33
ARG APP_HOME=/app
44

docker/prod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim-bookworm AS base
1+
FROM python:3.14-slim-bookworm AS base
22

33
ARG APP_HOME=/app
44

0 commit comments

Comments
 (0)