aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-03-14 11:03:16 +0000
committerGravatar ChrisJL <[email protected]>2024-03-14 17:19:54 +0000
commit7cee7d33ca43c60edd59ad3814f93b1a388e019f (patch)
treed8402cccd1087d860dff628c8fab43c1ac2701bc
parentBump the ci-dependencies group with 2 updates (#203) (diff)
Bump snekbox up to Python 3.12.2
pyenv 2.3.36 added support for 3.12.2, it also happens to be the latest version as of writing.
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index d968ecc..46d760a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,8 +33,8 @@ COPY --link scripts/build_python.sh /
# ------------------------------------------------------------------------------
FROM builder-py-base as builder-py-3_12
-RUN git clone -b v2.3.28 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
- && /build_python.sh 3.12.0
+RUN git clone -b v2.3.36 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
+ && /build_python.sh 3.12.2
# ------------------------------------------------------------------------------
FROM python:3.11-slim-bookworm as base