File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ for img in ${IMAGES}; do
1313 --volume=" $PWD :/io" \
1414 --workdir=/io \
1515 --user=root \
16- python:3.11-bullseye \
16+ python:3.11-bookworm \
1717 sh -c ' pip install pip-tools==7.* && pip-compile --allow-unsafe --strip-extras --upgrade'
1818 popd
1919done
Original file line number Diff line number Diff line change 1010# NOTE: If the image version is updated, also update it in ci/refreeze and
1111# singleuser-sample's Dockerfile!
1212#
13- FROM python:3.11-bullseye as build-stage
13+ FROM python:3.11-bookworm as build-stage
1414
1515# Build wheels
1616#
@@ -38,7 +38,7 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
3838# This stage is built and published as quay.io/jupyterhub/k8s-hub-slim. It is meant to
3939# provide no non-essential packages.
4040#
41- FROM python:3.11-slim-bullseye as slim-stage
41+ FROM python:3.11-slim-bookworm as slim-stage
4242ENV DEBIAN_FRONTEND=noninteractive
4343
4444ARG NB_USER=jovyan \
Original file line number Diff line number Diff line change 1010# NOTE: If the image version is updated, also update it in ci/refreeze and
1111# hub's Dockerfile!
1212#
13- FROM python:3.11-bullseye as build-stage
13+ FROM python:3.11-bookworm as build-stage
1414
1515# Build wheels
1616#
@@ -30,7 +30,7 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
3030# The final stage
3131# ---------------
3232#
33- FROM python:3.11-slim-bullseye
33+ FROM python:3.11-slim-bookworm
3434ENV DEBIAN_FRONTEND=noninteractive
3535
3636ENV NB_USER=jovyan \
You can’t perform that action at this time.
0 commit comments