Skip to content

Commit f34366b

Browse files
Bump python from 3.14.2-slim-bookworm to 3.14.6-slim-bookworm
Bumps python from 3.14.2-slim-bookworm to 3.14.6-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.6-slim-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0f150a commit f34366b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14.2-slim-bookworm AS builder
1+
FROM python:3.14.6-slim-bookworm AS builder
22

33
ARG VERSION
44

@@ -13,7 +13,7 @@ RUN test -n "${VERSION}" \
1313
&& pip install --no-cache-dir --upgrade pip \
1414
&& pip install --no-cache-dir "datamodel-code-generator[http]==${VERSION}"
1515

16-
FROM python:3.14.2-slim-bookworm
16+
FROM python:3.14.6-slim-bookworm
1717

1818
ARG VERSION
1919

0 commit comments

Comments
 (0)