File tree 3 files changed +5
-5
lines changed
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
13
13
--volume=" $PWD :/io" \
14
14
--workdir=/io \
15
15
--user=root \
16
- python:3.11-bullseye \
16
+ python:3.11-bookworm \
17
17
sh -c ' pip install pip-tools==7.* && pip-compile --allow-unsafe --strip-extras --upgrade'
18
18
popd
19
19
done
Original file line number Diff line number Diff line change 10
10
# NOTE: If the image version is updated, also update it in ci/refreeze and
11
11
# singleuser-sample's Dockerfile!
12
12
#
13
- FROM python:3.11-bullseye as build-stage
13
+ FROM python:3.11-bookworm as build-stage
14
14
15
15
# Build wheels
16
16
#
@@ -38,7 +38,7 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
38
38
# This stage is built and published as quay.io/jupyterhub/k8s-hub-slim. It is meant to
39
39
# provide no non-essential packages.
40
40
#
41
- FROM python:3.11-slim-bullseye as slim-stage
41
+ FROM python:3.11-slim-bookworm as slim-stage
42
42
ENV DEBIAN_FRONTEND=noninteractive
43
43
44
44
ARG NB_USER=jovyan \
Original file line number Diff line number Diff line change 10
10
# NOTE: If the image version is updated, also update it in ci/refreeze and
11
11
# hub's Dockerfile!
12
12
#
13
- FROM python:3.11-bullseye as build-stage
13
+ FROM python:3.11-bookworm as build-stage
14
14
15
15
# Build wheels
16
16
#
@@ -30,7 +30,7 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
30
30
# The final stage
31
31
# ---------------
32
32
#
33
- FROM python:3.11-slim-bullseye
33
+ FROM python:3.11-slim-bookworm
34
34
ENV DEBIAN_FRONTEND=noninteractive
35
35
36
36
ENV NB_USER=jovyan \
You can’t perform that action at this time.
0 commit comments