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 6ef1d7f commit 06a18c8
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-php:2.x
MAINTAINER UNB Libraries <libsupport@unb.ca>

ENV DRUPAL_ADMIN_ACCOUNT_NAME="admin"
ENV DRUPAL_CONFIGURATION_DIR="$APP_ROOT/configuration"
Expand Down Expand Up @@ -53,4 +52,5 @@ LABEL ca.unb.lib.generator="drupal9" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/unb-libraries/docker-drupal" \
org.label-schema.version=$VERSION \
org.opencontainers.image.authors="UNB Libraries <libsupport@unb.ca>" \
org.opencontainers.image.source="https://github.com/unb-libraries/docker-drupal"

0 comments on commit 06a18c8

Please sign in to comment.