summaryrefslogtreecommitdiff
path: root/.gitlab-ci/Dockerfile
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-22 07:36:57 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-22 07:42:19 +0100
commit61cf8a574dd2015b697c7decc37558739837526b (patch)
treefdc184a4ed09c86711935514718d3af24bc657a9 /.gitlab-ci/Dockerfile
parent56f727b780786d7d72c42e50bc79561c96972700 (diff)
downloadgobject-introspection-61cf8a574dd2015b697c7decc37558739837526b.tar.gz
gitlab-ci: Update the docker image to use fedora 29 and the latest meson
Diffstat (limited to '.gitlab-ci/Dockerfile')
-rw-r--r--.gitlab-ci/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 0066675a..cac13eb0 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:28
+FROM fedora:29
RUN dnf -y install \
autoconf \
@@ -47,7 +47,7 @@ RUN dnf -y install \
zlib-devel \
&& dnf clean all
-RUN pip3 install meson==0.48.0
+RUN pip3 install meson==0.48.2
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}