summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-docker.sh
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-11-08 16:41:29 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-11-08 16:53:32 +0100
commit2e9f0a4fc9c7f1ba4583eeb76859bbab8cd7c702 (patch)
treedab1001636610f1466824b361747b1a127a0ca77 /.gitlab-ci/run-docker.sh
parentab93f13b200de8ae9ea62d16af57fc3b84cf0312 (diff)
downloadgobject-introspection-2e9f0a4fc9c7f1ba4583eeb76859bbab8cd7c702.tar.gz
build: require meson 0.50.1
See !186
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 2334edad..5d29002c 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:v5"
+TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v6"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .