Change variable type of GRAV_VERSION from ENV to ARG

This commit is contained in:
hartmunt 2021-03-30 07:08:09 -04:00
parent 97787363e6
commit 3c8e592509
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