removes extra quote

This commit is contained in:
Hyatt 2022-04-01 10:13:26 -05:00
parent 29a200d57b
commit 4b1e2cdfa2
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -30,7 +30,7 @@ pipeline {
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
LABEL org.opencontainers.image.title="php-mysqli"
LABEL org.opencontainers.image.description="Docker container for php with mysqli served by apache"
LABEL org.opencontainers.image.base.name=""docker.io/library/php:apache"
LABEL org.opencontainers.image.base.name="docker.io/library/php:apache"
COPY test-chamber-13.lan.root.crt /usr/local/share/ca-certificates/test-chamber-13.lan.root.crt