File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ RUN { \
61
61
WORKDIR /var/www/html
62
62
63
63
# https://www.drupal.org/node/3060/release
64
- ENV DRUPAL_VERSION 8.8.5
65
- ENV DRUPAL_MD5 11e595f6aa42fca4ab4423bff0b09c28
64
+ ENV DRUPAL_VERSION 8.8.6
65
+ ENV DRUPAL_MD5 b88151bb2edc48f5f6950dda6c758260
66
66
67
67
RUN set -eux; \
68
68
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 @@ -50,8 +50,8 @@ RUN { \
50
50
WORKDIR /var/www/html
51
51
52
52
# https://www.drupal.org/node/3060/release
53
- ENV DRUPAL_VERSION 8.8.5
54
- ENV DRUPAL_MD5 11e595f6aa42fca4ab4423bff0b09c28
53
+ ENV DRUPAL_VERSION 8.8.6
54
+ ENV DRUPAL_MD5 b88151bb2edc48f5f6950dda6c758260
55
55
56
56
RUN set -eux; \
57
57
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 @@ -61,8 +61,8 @@ RUN { \
61
61
WORKDIR /var/www/html
62
62
63
63
# https://www.drupal.org/node/3060/release
64
- ENV DRUPAL_VERSION 8.8.5
65
- ENV DRUPAL_MD5 11e595f6aa42fca4ab4423bff0b09c28
64
+ ENV DRUPAL_VERSION 8.8.6
65
+ ENV DRUPAL_MD5 b88151bb2edc48f5f6950dda6c758260
66
66
67
67
RUN set -eux; \
68
68
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