summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-07-25 20:33:18 +0100
committerPhilip Withnall <withnall@endlessm.com>2020-07-27 14:45:58 +0100
commit38e28398c36f196353dea5faec5848526f62d520 (patch)
treee690301ba574e6bb101f8c7d575f41e92e6fddfd /.gitlab-ci
parent9004be5484db37dd26458ecb070e14309e2d777a (diff)
downloadlibsoup-38e28398c36f196353dea5faec5848526f62d520.tar.gz
ci: Bump CI distribution from Fedora 30 to Fedora 31
Fedora 30 reached end of life earlier in 2020, and rebuilding the image no longer works as some of the repository mirrors are down. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 6b530a7c..b25d2c2d 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:30
+FROM fedora:31
RUN dnf update -y \
&& dnf install -y 'dnf-command(builddep)' \