Merge branch 'master' into master

This commit is contained in:
boTux 2019-02-13 15:19:34 +01:00 committed by GitHub
commit a36ce85019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ VOLUME /var/www/html
RUN chown -R www-data:www-data /var/www RUN chown -R www-data:www-data /var/www
# Define Grav version and expected SHA1 signature # Define Grav version and expected SHA1 signature
ENV GRAV_VERSION 1.5.3 ENV GRAV_VERSION 1.5.5
ENV GRAV_SHA1 2265fd3624278922c009ca2907977d1ccc7a8253 ENV GRAV_SHA1 af0433facdae1afeb1d973a66db2315c5022b10d
# Install grav # Install grav
RUN set -ex; \ RUN set -ex; \