summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-08-10 10:23:36 +0200
committerOndrej Holy <oholy@redhat.com>2021-08-10 11:20:25 +0000
commita77b5cf91bfdb8cf48d46011f45000e7a42d6f95 (patch)
treec21037fc412f3bb1dee5198c704fdf0f19905f94 /.gitlab
parent82f4d0cd94e1b2cd9cbe47580304989f78ccebab (diff)
downloadnautilus-a77b5cf91bfdb8cf48d46011f45000e7a42d6f95.tar.gz
ci: Use fedora:latest instead of rawhide
There are various problems with the rawhide image currently and I don't know how to workaround them. Let's use fedora:latest (temporarily) to fix our pipeline.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
index 8c05e2635..69cd3414f 100644
--- a/.gitlab/Dockerfile
+++ b/.gitlab/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:rawhide
+FROM fedora:latest
RUN dnf install --nogpg -y dnf-plugins-core findutils git libportal-devel tracker3-miners python3-gobject dbus-daemon libhandy1-devel \
&& dnf builddep --nogpg -y nautilus \