Skip to content

Commit

Permalink
Merge pull request #33 from skyred/patch-11
Browse files Browse the repository at this point in the history
Upgrade to D8.0.3
  • Loading branch information
tianon committed Feb 3, 2016
2 parents 58c5755 + 3b7218a commit 803b2bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN { \
WORKDIR /var/www/html

# https://www.drupal.org/node/3060/release
ENV DRUPAL_VERSION 8.0.2
ENV DRUPAL_MD5 9c39dec82c6d1a6d2004c30b11fb052e
ENV DRUPAL_VERSION 8.0.3
ENV DRUPAL_MD5 7d5f5278a870b8f4a29cda4fe915d619

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

0 comments on commit 803b2bb

Please sign in to comment.