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 @@ -12,8 +12,8 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
12
12
WORKDIR /var/www/html
13
13
14
14
# https://www.drupal.org/node/3060/release
15
- ENV DRUPAL_VERSION 7.53
16
- ENV DRUPAL_MD5 4230279ecca4f0cde652a219e10327e7
15
+ ENV DRUPAL_VERSION 7.54
16
+ ENV DRUPAL_MD5 3068cbe488075ae166e23ea6cd29cf0f
17
17
18
18
RUN curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
19
19
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
10
10
WORKDIR /var/www/html
11
11
12
12
# https://www.drupal.org/node/3060/release
13
- ENV DRUPAL_VERSION 7.53
14
- ENV DRUPAL_MD5 4230279ecca4f0cde652a219e10327e7
13
+ ENV DRUPAL_VERSION 7.54
14
+ ENV DRUPAL_MD5 3068cbe488075ae166e23ea6cd29cf0f
15
15
16
16
RUN curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
17
17
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
You can’t perform that action at this time.
0 commit comments