summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-docker.sh
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-11-12 18:23:11 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-11-12 18:23:11 +0100
commite23dc019be61c6f8a573d3880a8423690bb0e413 (patch)
treeb4fd4895f119cdc73f5d8805f56fac9b022eceff /.gitlab-ci/run-docker.sh
parentaa0bbaa548bd31933d3cbf5257d9487574e072d2 (diff)
downloadgobject-introspection-e23dc019be61c6f8a573d3880a8423690bb0e413.tar.gz
Require Python 3.6
3.5 is EOL now and we'd like to use newer typing features
Diffstat (limited to '.gitlab-ci/run-docker.sh')
-rwxr-xr-x.gitlab-ci/run-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 8e6a04ab..ad73d3ba 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -2,7 +2,7 @@
set -e
-TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v7"
+TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v8"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .