File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apt-get -y update \
2929 tk-dev \
3030 && rm -rf /var/lib/apt/lists/*
3131
32- RUN git clone -b v2.5.7 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
32+ RUN git clone -b v2.6.0 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
3333
3434COPY --link scripts/build_python.sh /
3535
@@ -41,7 +41,7 @@ FROM builder-py-base AS builder-py-3_13t
4141RUN /build_python.sh 3.13.2t
4242# ------------------------------------------------------------------------------
4343FROM builder-py-base AS builder-py-3_14
44- RUN /build_python.sh 3.14-dev
44+ RUN /build_python.sh 3.14.0b2
4545# ------------------------------------------------------------------------------
4646FROM python:3.13-slim-bookworm AS base
4747
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ lint: setup
2828test :
2929 docker compose build -q --force-rm
3030 docker compose run --entrypoint /bin/bash --rm snekbox -c \
31- 'coverage run -m unittest; e=$?; chown --reference=. .coverage; exit $e'
31+ ' coverage run -m unittest; e=$?; chown --reference=. .coverage; exit $e'
3232
3333.PHONY : report
3434report : setup
You can’t perform that action at this time.
0 commit comments