Skip to content

Commit b2fba7e

Browse files
Bump python from 3.12.7-slim-bookworm to 3.13.2-slim-bookworm
Bumps python from 3.12.7-slim-bookworm to 3.13.2-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00f0f4a commit b2fba7e

3 files changed

+3
-3
lines changed

Dockerfile.controller

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# - Runs a non-root user.
1616
# - Sets up the entrypoint and port.
1717

18-
FROM python:3.13.1-slim-bookworm AS base-image
18+
FROM python:3.13.2-slim-bookworm AS base-image
1919

2020
# Update system packages
2121
COPY controller/scripts/install-base-packages.sh .

Dockerfile.inithome

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# - Sets up the entrypoint.
2222

2323
# This is just an alias to avoid repeating the base image.
24-
FROM python:3.13.1-slim-bookworm AS base-image
24+
FROM python:3.13.2-slim-bookworm AS base-image
2525

2626
FROM base-image AS install-image
2727

Dockerfile.jupyterlab-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.7-slim-bookworm AS base-image
1+
FROM python:3.13.2-slim-bookworm AS base-image
22
USER root
33
SHELL ["/bin/bash", "-lc"]
44

0 commit comments

Comments
 (0)