Skip to content

Commit 61bd889

Browse files
committed
fix(hydra): switch docker base to 3.10.12-slim-bullseye
looks like we are using a very early release of python 3.10 and we didn't got the revert that was done in python/cpython#98503 rebuilding image with latest release of python 3.10 Fixes: #6345 Ref: python/cpython#98503
1 parent 0b96c93 commit 61bd889

3 files changed

Lines changed: 187 additions & 183 deletions

File tree

docker/env/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PYTHON_IMAGE_TAG=3.10.0-slim-bullseye
1+
ARG PYTHON_IMAGE_TAG=3.10.12-slim-bullseye
22

33
FROM python:$PYTHON_IMAGE_TAG as apt_base
44
ENV DEBIAN_FRONTEND=noninteractive

docker/env/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.45-add-and-update-k8s-packages
1+
1.46-move_to_python_3.10.12

0 commit comments

Comments
 (0)