From 8594a299001b5173e4128015f76d4b55ee7542d4 Mon Sep 17 00:00:00 2001 From: lemoer Date: Sat, 28 Sep 2019 00:32:47 +0200 Subject: [PATCH] contrib: fix inheritance of jenkins-community-slave dockerfile --- contrib/ci/jenkins-community-slave/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/jenkins-community-slave/Dockerfile b/contrib/ci/jenkins-community-slave/Dockerfile index 1ada00f9..ef8642ab 100644 --- a/contrib/ci/jenkins-community-slave/Dockerfile +++ b/contrib/ci/jenkins-community-slave/Dockerfile @@ -1,4 +1,4 @@ -FROM gluon +FROM gluonmesh/build:latest USER root