Skip to content
Snippets Groups Projects
Commit 132bce3e authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Use python3.12-dev instead of the beta

pyenv doesn't keep the old betas around, using the -dev version should
be more stable until there's a 3.12 release
parent e5f550fa
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ ARG py38_version=3.8.17
ARG py39_version=3.9.17
ARG py310_version=3.10.12
ARG py311_version=3.11.4
ARG py312_version=3.12.0b2
ARG py312_version=3.12-dev
RUN groupadd -g ${gid} ${group}
RUN groupadd -g ${docker_gid} docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment