aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-28 17:25:26 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-28 17:25:26 +0100
commitd06e8bfbe62ea439d67d8a1d1bfe496dac894290 (patch)
tree7b7f808bc8b7fe61ca967e583835eda1d1453c39
parentMigration to official Sentry release CI action (#215) (diff)
Bump snekbox container to 3.12.5
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 18d0473..f2bbe2b 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.36 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
- && /build_python.sh 3.12.2
+RUN git clone -b v2.4.10 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
+ && /build_python.sh 3.12.5
# ------------------------------------------------------------------------------
FROM python:3.12-slim-bookworm as base