changes base image

This commit is contained in:
Hyatt 2022-03-25 07:08:26 -05:00
parent 44b45e3d02
commit 74f1122002
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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 <spider@smoothnet.org>"