diff --git a/build-php.jenkins b/build-php.jenkins index 7cca294..e921b69 100644 --- a/build-php.jenkins +++ b/build-php.jenkins @@ -3,7 +3,7 @@ def repository = "registry.c.test-chamber-13.lan" def repositoryCreds = "harbor-repository-creds" -def dockerFile = """FROM ${repository}/dockerhub/library/alpine:latest +def dockerFile = """FROM ${repository}/dockerhub/library/php:latest LABEL org.opencontainers.image.authors="The_Spider "