Skip to content

Commit 85ddf34

Browse files
committed
Upgrade D8 to RC1.
1 parent 88ecb31 commit 85ddf34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

8/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ RUN { \
2323
WORKDIR /var/www/html
2424

2525
# https://www.drupal.org/node/3060/release
26-
ENV DRUPAL_VERSION 8.0.0-beta16
27-
ENV DRUPAL_MD5 3204db355d8163616f10263074285aee
26+
ENV DRUPAL_VERSION 8.0.0-rc1
27+
ENV DRUPAL_MD5 58841f02728a85c105ce988e5605e4e5
2828

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

0 commit comments

Comments
 (0)