[libsoup/wip/tingping/brotli] CI: bump the image version



commit ca7762f78ca105902926f96f7d3316da4eba0a72
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed May 22 13:04:57 2019 +0200

    CI: bump the image version
    
    v2 is now based on Fedora 30 and includes brotli-devel

 .gitlab-ci.yml           | 2 +-
 .gitlab-ci/Dockerfile    | 2 +-
 .gitlab-ci/run-docker.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d7546c5b..686477e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/libsoup/master:v1
+image: registry.gitlab.gnome.org/gnome/libsoup/master:v2
 
 .build:
   tags:
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 37257a01..2fbe9070 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:29
+FROM fedora:30
 
 RUN dnf update -y \
     && dnf install -y 'dnf-command(builddep)' \
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index f34ccbdf..d6df539b 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/libsoup/master:v1"
+TAG="registry.gitlab.gnome.org/gnome/libsoup/master:v2"
 
 cd "$(dirname "$0")"
 docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \


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