Skip to content

Commit 3816479

Browse files
dependabot[bot]amotl
authored andcommitted
Bump python in /release/oci-full
Bumps python from 3.12-slim-bookworm to 3.13-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.13-slim-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84d5855 commit 3816479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.12-slim-bookworm AS build
8+
FROM python:3.13-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.12-slim-bookworm AS package
38+
FROM python:3.13-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)" \

0 commit comments

Comments
 (0)