Skip to content

Commit 1963cbf

Browse files
Update python Docker tag to v3.14
1 parent 8c5e851 commit 1963cbf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

release/oci-full/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - https://github.com/FernandoMiguel/Buildkit#mounttypecache
66

77
# Stage 1: Build wheel package
8-
FROM python:3.13-slim-bookworm AS build
8+
FROM python:3.14-slim-bookworm AS build
99

1010
# Configure operating system.
1111
ENV DEBIAN_FRONTEND=noninteractive
@@ -35,7 +35,7 @@ RUN pip install build
3535
RUN python -m build --wheel ${BUILD}
3636

3737

38-
FROM python:3.13-slim-bookworm AS package
38+
FROM python:3.14-slim-bookworm AS package
3939

4040
LABEL org.opencontainers.image.source="https://github.com/crate/cratedb-toolkit" \
4141
org.opencontainers.image.title="cratedb-toolkit (full)" \

release/oci-ingest/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - https://github.com/FernandoMiguel/Buildkit#mounttypecache
66

77
# Stage 1: Build wheel package
8-
FROM python:3.12-slim-bookworm AS build
8+
FROM python:3.14-slim-bookworm AS build
99

1010
# Enable concurrent multi-arch builds.
1111
# https://github.com/docker/buildx/issues/549#issuecomment-1788297892
@@ -35,7 +35,7 @@ RUN pip install build
3535
RUN python -m build --wheel ${BUILD}
3636

3737

38-
FROM python:3.12-slim-bookworm AS package
38+
FROM python:3.14-slim-bookworm AS package
3939

4040
LABEL org.opencontainers.image.source="https://github.com/crate/cratedb-toolkit" \
4141
org.opencontainers.image.title="cratedb-toolkit (ingest)" \

0 commit comments

Comments
 (0)