File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ RUN { \
23
23
WORKDIR /var/www/html
24
24
25
25
# https://www.drupal.org/node/3060/release
26
- ENV DRUPAL_VERSION 8.2.5
27
- ENV DRUPAL_MD5 4bfd35c34ce1b4ba5bac2d18e0d6b5c9
26
+ ENV DRUPAL_VERSION 8.2.6
27
+ ENV DRUPAL_MD5 57526a827771ea8a06db1792f1602a85
28
28
29
29
RUN curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
30
30
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ RUN { \
21
21
WORKDIR /var/www/html
22
22
23
23
# https://www.drupal.org/node/3060/release
24
- ENV DRUPAL_VERSION 8.2.5
25
- ENV DRUPAL_MD5 4bfd35c34ce1b4ba5bac2d18e0d6b5c9
24
+ ENV DRUPAL_VERSION 8.2.6
25
+ ENV DRUPAL_MD5 57526a827771ea8a06db1792f1602a85
26
26
27
27
RUN curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
28
28
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
You can’t perform that action at this time.
0 commit comments