Skip to content

Commit 50e1b18

Browse files
image: bump to 4.4
1 parent c9f37ed commit 50e1b18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ RUN dnf install git xorg-x11-server-Xvfb procps-ng wget 'dnf-command(builddep)'
55
RUN dnf builddep gtk4 -y
66

77
# build gtk4 from the latest release
8-
ADD https://download.gnome.org/sources/gtk/4.3/gtk-4.3.2.tar.xz /tmp/gtk-4.3.2.tar.xz
9-
RUN tar -xf /tmp/gtk-4.3.2.tar.xz --directory /tmp
10-
WORKDIR /tmp/gtk-4.3.2
8+
ADD https://download-fallback.gnome.org/sources/gtk/4.4/gtk-4.4.0.tar.xz /tmp/gtk-4.4.0.tar.xz
9+
RUN tar -xf /tmp/gtk-4.4.0.tar.xz --directory /tmp
10+
WORKDIR /tmp/gtk-4.4.0
1111
RUN meson _build --prefix=/usr
1212
RUN ninja -C _build
1313
RUN ninja -C _build install

0 commit comments

Comments
 (0)