fix upstream image

This commit is contained in:
Robert Schumann 2021-12-10 21:49:25 +01:00
parent b5271abc8a
commit a5ff675bc9

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ DOCKER_REPO = "${JOB_BASE_NAME}"
properties([ properties([
parameters([ 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")
]) ])
]) ])