diff options
author | 2024-08-28 17:25:26 +0100 | |
---|---|---|
committer | 2024-08-28 17:25:26 +0100 | |
commit | d06e8bfbe62ea439d67d8a1d1bfe496dac894290 (patch) | |
tree | 7b7f808bc8b7fe61ca967e583835eda1d1453c39 /Dockerfile | |
parent | Migration to official Sentry release CI action (#215) (diff) |
Bump snekbox container to 3.12.5
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |