Skip to content

Commit

Permalink
Update to 7.42
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Feb 3, 2016
1 parent 803b2bb commit e1b4c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
WORKDIR /var/www/html

# https://www.drupal.org/node/3060/release
ENV DRUPAL_VERSION 7.41
ENV DRUPAL_MD5 7636e75e8be213455b4ac7911ce5801f
ENV DRUPAL_VERSION 7.42
ENV DRUPAL_MD5 9a96f67474e209dd48750ba6fccc77db

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 e1b4c2b

Please sign in to comment.