Skip to content

Commit

Permalink
IN-348 Migrate MAINTAINER in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Aug 29, 2024
1 parent fa78e8b commit a4f6abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM ghcr.io/unb-libraries/nginx:2.x
MAINTAINER UNB Libraries <libsupport@unb.ca>

ENV COMPOSER_INSTALL=""composer install --prefer-dist --no-interaction --no-progress""
ENV COMPOSER_MEMORY_LIMIT="-1"
Expand Down Expand Up @@ -44,4 +43,5 @@ LABEL ca.unb.lib.generator="php-fpm" \
org.label-schema.url="https://github.com/unb-libraries/docker-nginx-php" \
org.label-schema.vcs-url="https://github.com/unb-libraries/docker-nginx-php" \
org.label-schema.version=$VERSION \
org.opencontainers.image.authors="UNB Libraries <libsupport@unb.ca>" \
org.opencontainers.image.source="https://github.com/unb-libraries/docker-nginx-php"

0 comments on commit a4f6abd

Please sign in to comment.