File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ LABEL org.label-schema.title="Opinionated ReactPHP optimised PHP Docker images"
2222 org.opencontainers.image.description="PHP Version: $PHP_VERSION Type: zts OS Version: $OS_VERSION" \
2323 org.opencontainers.image.licenses="MIT" \
2424 org.opencontainers.image.base.name="php:$PHP_VERSION-cli-$OS_VERSION" \
25- org.opencontainers.image.vendor="WyriHaximus.net"
25+ org.opencontainers.image.vendor="WyriHaximus.net" \
26+ org.opencontainers.image.authors="Cees-Jan Kiewiet <docker-php@ceesjankiewiet.nl>"
2627
2728RUN apk update \
2829 && apk upgrade \
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ LABEL org.label-schema.title="Opinionated ReactPHP optimised PHP Docker images"
2222 org.opencontainers.image.description="PHP Version: $PHP_VERSION Type: zts OS Version: $OS_VERSION" \
2323 org.opencontainers.image.licenses="MIT" \
2424 org.opencontainers.image.base.name="php:$PHP_VERSION-zts-$OS_VERSION" \
25- org.opencontainers.image.vendor="WyriHaximus.net"
25+ org.opencontainers.image.vendor="WyriHaximus.net" \
26+ org.opencontainers.image.authors="Cees-Jan Kiewiet <docker-php@ceesjankiewiet.nl>"
2627
2728RUN apk update \
2829 && apk upgrade \
You can’t perform that action at this time.
0 commit comments