File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
1111ENV DEBIAN_FRONTEND=noninteractive
@@ -35,7 +35,7 @@ RUN pip install build
3535RUN 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
4040LABEL org.opencontainers.image.source="https://github.com/crate/cratedb-toolkit" \
4141 org.opencontainers.image.title="cratedb-toolkit (full)" \
Original file line number Diff line number Diff line change 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
3535RUN 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
4040LABEL org.opencontainers.image.source="https://github.com/crate/cratedb-toolkit" \
4141 org.opencontainers.image.title="cratedb-toolkit (ingest)" \
You can’t perform that action at this time.
0 commit comments