set fix runner version
All checks were successful
build docker container / build-py38 (push) Successful in 8m42s
build docker container / build-py39 (push) Successful in 11m8s
build docker container / build-py310 (push) Successful in 9m37s
build docker container / build-py311 (push) Successful in 8m40s

This commit is contained in:
Ivan Schaller 2023-08-14 14:41:24 +02:00
parent 6c48917168
commit 3e220ed860
Signed by: olofvndrhr
GPG key ID: 2A6BE07D99C8C205
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM catthehacker/ubuntu:runner-22.04
FROM catthehacker/ubuntu:runner-22.04-20230729
ENV PYVERSION="3.10"

View file

@ -1,4 +1,4 @@
FROM catthehacker/ubuntu:runner-22.04
FROM catthehacker/ubuntu:runner-22.04-20230729
ENV PYVERSION="3.11"

View file

@ -1,4 +1,4 @@
FROM catthehacker/ubuntu:runner-22.04
FROM catthehacker/ubuntu:runner-22.04-20230729
ENV PYVERSION="3.8"

View file

@ -1,4 +1,4 @@
FROM catthehacker/ubuntu:runner-22.04
FROM catthehacker/ubuntu:runner-22.04-20230729
ENV PYVERSION="3.9"