summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-docker.sh
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2022-03-26 20:49:35 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2022-03-27 07:47:32 +0000
commitce09310f66b3ddb28650daf4ba71cce0c78925c5 (patch)
tree043bd7f11224eb936e4cceee1505414c74d850f8 /.gitlab-ci/run-docker.sh
parentafac33584673ca9ac1aad1c8763bdec5ddc12d7b (diff)
downloadpygobject-ce09310f66b3ddb28650daf4ba71cce0c78925c5.tar.gz
CI: update interpreters
Diffstat (limited to '.gitlab-ci/run-docker.sh')
-rwxr-xr-x.gitlab-ci/run-docker.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index e6aaaa0b..5ad020e9 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -2,10 +2,10 @@
set -e
-TAG="registry.gitlab.gnome.org/gnome/pygobject/main:v17"
+TAG="registry.gitlab.gnome.org/gnome/pygobject/main:v18"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .
-sudo docker run -e PYENV_VERSION='3.8.12-debug' --rm --security-opt label=disable \
+sudo docker run -e PYENV_VERSION='3.8.13-debug' --rm --security-opt label=disable \
--volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \
--tty --interactive "${TAG}" bash