From 0d8d71fe624504c4c363927841f72e8088fd79bf Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Sat, 14 Oct 2023 10:15:38 +0530 Subject: [PATCH] Bump docker image to use python 3.12 --- helm-chart/images/binderhub/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/images/binderhub/Dockerfile b/helm-chart/images/binderhub/Dockerfile index 4d6cfaabc..25e96ba6a 100644 --- a/helm-chart/images/binderhub/Dockerfile +++ b/helm-chart/images/binderhub/Dockerfile @@ -8,7 +8,7 @@ # # NOTE: If the image version is updated, also update it in ci/refreeze! # -FROM python:3.11-bullseye as build-stage +FROM python:3.12-bullseye as build-stage # Build wheels # @@ -32,7 +32,7 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR} \ # --------------- # This stage is built and published as jupyterhub/k8s-binderhub. # -FROM python:3.11-slim-bullseye +FROM python:3.12-slim-bullseye ENV PYTHONUNBUFFERED=1 ENV DEBIAN_FRONTEND=noninteractive