Skip to content

Commit 0ff4cba

Browse files
chore(deps): bump python in /docker in the all-dependencies group
Bumps the all-dependencies group in /docker with 1 update: 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 e0b163e commit 0ff4cba

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
ARG TYPST_VERSION=0.12.0

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
ARG TYPST_VERSION=0.12.0

0 commit comments

Comments
 (0)