Skip to content

Commit

Permalink
grave version
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Boyer committed Nov 25, 2023
1 parent eddf528 commit 623f12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grav/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
RUN echo "Listen 8080" > /etc/apache2/ports.conf

# Define Grav specific version of Grav or use latest stable
ARG GRAV_VERSION=latest
ARG GRAV_SKELETON_URL=https://github.com/getgrav/grav/releases/download/1.7.0/grav-admin-v1.7.0.zip
ARG GRAV_VERSION=1.7.43
ARG GRAV_SKELETON_URL=https://github.com/getgrav/grav/releases/download/$GRAV_VERSION/grav-admin-v$GRAV_VERSION.zip
ARG GRAV_SKELETON_FOLDER=grav-admin
#https://github.com/getgrav/grav-skeleton-gateway-site/releases/download/1.0.1/grav-skeleton-gateway-site+admin-1.0.1.zip

Expand Down

0 comments on commit 623f12e

Please sign in to comment.