Skip to content

Commit a4f6abd

Browse files
committed
IN-348 Migrate MAINTAINER in Dockerfile
1 parent fa78e8b commit a4f6abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM ghcr.io/unb-libraries/nginx:2.x
2-
MAINTAINER UNB Libraries <[email protected]>
32

43
ENV COMPOSER_INSTALL=""composer install --prefer-dist --no-interaction --no-progress""
54
ENV COMPOSER_MEMORY_LIMIT="-1"
@@ -44,4 +43,5 @@ LABEL ca.unb.lib.generator="php-fpm" \
4443
org.label-schema.url="https://github.com/unb-libraries/docker-nginx-php" \
4544
org.label-schema.vcs-url="https://github.com/unb-libraries/docker-nginx-php" \
4645
org.label-schema.version=$VERSION \
46+
org.opencontainers.image.authors="UNB Libraries <[email protected]>" \
4747
org.opencontainers.image.source="https://github.com/unb-libraries/docker-nginx-php"

0 commit comments

Comments
 (0)