summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-docker.sh
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-02 19:43:05 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-02 19:43:05 +0100
commita5af67755ce9aaaf8ab0461899e68fd7a55dbc52 (patch)
tree78b9f54cffcb6be8162915c9387ec83b2e1be80e /.gitlab-ci/run-docker.sh
parent4fe2fe6e23287154ca953a031ba2dffd3c853648 (diff)
downloadgobject-introspection-a5af67755ce9aaaf8ab0461899e68fd7a55dbc52.tar.gz
ci: update meson to 0.49.0
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 a087927c..ef014646 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:v3"
+TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v4"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .