File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ WORKDIR /var/www/html
6262
6363# https://www.drupal.org/node/3060/release
6464ENV DRUPAL_VERSION 8.8.2
65- ENV DRUPAL_MD5 7f572369dd99192839addd598e4c93f9
65+ ENV DRUPAL_MD5 ad3ba707ce67e14590a55f6b313d3bec
6666
6767RUN set -eux; \
6868 curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz; \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ WORKDIR /var/www/html
5151
5252# https://www.drupal.org/node/3060/release
5353ENV DRUPAL_VERSION 8.8.2
54- ENV DRUPAL_MD5 7f572369dd99192839addd598e4c93f9
54+ ENV DRUPAL_MD5 ad3ba707ce67e14590a55f6b313d3bec
5555
5656RUN set -eux; \
5757 curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz; \
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ WORKDIR /var/www/html
6262
6363# https://www.drupal.org/node/3060/release
6464ENV DRUPAL_VERSION 8.8.2
65- ENV DRUPAL_MD5 7f572369dd99192839addd598e4c93f9
65+ ENV DRUPAL_MD5 ad3ba707ce67e14590a55f6b313d3bec
6666
6767RUN set -eux; \
6868 curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz; \
You can’t perform that action at this time.
0 commit comments