summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-docker.sh
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-22 07:36:57 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-22 07:42:19 +0100
commit61cf8a574dd2015b697c7decc37558739837526b (patch)
treefdc184a4ed09c86711935514718d3af24bc657a9 /.gitlab-ci/run-docker.sh
parent56f727b780786d7d72c42e50bc79561c96972700 (diff)
downloadgobject-introspection-61cf8a574dd2015b697c7decc37558739837526b.tar.gz
gitlab-ci: Update the docker image to use fedora 29 and the latest meson
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 31c49a2c..a087927c 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:v2"
+TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v3"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .