[gvfs] ci: Update docker image



commit 847a626eecd0accd5076e4df56526805b979e02c
Author: Ondrej Holy <oholy redhat com>
Date:   Tue Dec 18 10:36:29 2018 +0100

    ci: Update docker image
    
    This is needed to include the latest meson release, which is necessary
    for: https://gitlab.gnome.org/GNOME/gvfs/merge_requests/25.

 .gitlab-ci.yml           | 2 +-
 .gitlab-ci/run-docker.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52cffc8e..c8cafd35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/gvfs/master:v3
+image: registry.gitlab.gnome.org/gnome/gvfs/master:v4
 
 build:
     stage: build
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 5f8f1a01..4e8e0e11 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-TAG="registry.gitlab.gnome.org/gnome/gvfs/master:v3"
+TAG="registry.gitlab.gnome.org/gnome/gvfs/master:v4"
 
 if [[ "$1" == "--no-cache" ]]; then
   NOCACHE="--no-cache"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]