Skip to content

Commit 6d662e0

Browse files
committed
Update to 8.0.0-beta13
1 parent 7554aab commit 6d662e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
1111
WORKDIR /var/www/html
1212

1313
# https://www.drupal.org/node/3060/release
14-
ENV DRUPAL_VERSION 8.0.0-beta12
15-
ENV DRUPAL_MD5 7714744da283b70c14a2aa7fbb50eeeb
14+
ENV DRUPAL_VERSION 8.0.0-beta13
15+
ENV DRUPAL_MD5 1e872066cc6bf8c072341740825ff141
1616

1717
RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
1818
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \

0 commit comments

Comments
 (0)