From a5ff675bc96284b540a0e02f54c95efa88a1cd18 Mon Sep 17 00:00:00 2001 From: Robert Schumann Date: Fri, 10 Dec 2021 21:49:25 +0100 Subject: [PATCH] fix upstream image --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 345d65d..412bcc4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ DOCKER_REPO = "${JOB_BASE_NAME}" properties([ parameters([ - string(defaultValue: '3.11', name: 'UPSTREAM_IMAGE', description: "Upstream docker image to start with") + string(defaultValue: 'trafex/alpine-nginx-php7:2.0.2', name: 'UPSTREAM_IMAGE', description: "Upstream docker image to start with") ]) ])