Change variable type of GRAV_VERSION from ENV to ARG (#40)

This commit is contained in:
hartmunt 2021-03-30 22:36:04 +02:00 committed by GitHub
parent 97787363e6
commit ebdf201d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ RUN chown www-data:www-data /var/www
USER www-data
# Define Grav specific version of Grav or use latest stable
ENV GRAV_VERSION latest
ARG GRAV_VERSION=latest
# Install grav
WORKDIR /var/www