Skip to content

Commit

Permalink
Change variable type of GRAV_VERSION from ENV to ARG (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartmnt authored Mar 30, 2021
1 parent 9778736 commit ebdf201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebdf201

Please sign in to comment.