Skip to content

Commit

Permalink
Update to Grav 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flojon authored Dec 27, 2018
1 parent 42557dd commit 1b298c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions php7.2/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ RUN a2enmod rewrite expires

VOLUME /var/www/html

ENV GRAV_VERSION 1.5.0-rc.1
ENV GRAV_SHA1 9e2df5912f71024a70754d715005c56223be14d7
ENV GRAV_VERSION 1.5.6
ENV GRAV_SHA1 773988a93be67a0da1d9eb810da1d2c0019ed938

RUN set -ex; \
curl -o grav-admin.zip -fSL "https://github.com/getgrav/grav/releases/download/${GRAV_VERSION}/grav-admin-v${GRAV_VERSION}.zip"; \
Expand All @@ -60,4 +60,4 @@ RUN set -ex; \
COPY docker-entrypoint.sh /usr/local/bin/

ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["apache2-foreground"]
CMD ["apache2-foreground"]

0 comments on commit 1b298c9

Please sign in to comment.