Skip to content

Commit

Permalink
Upgrade Joomla to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delight committed Sep 23, 2017
1 parent 6fe8024 commit 7f460a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apache-php7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html

# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.7.5
ENV JOOMLA_SHA1 4a8ba6c70265879cf5c77bcc1b3a0fe9620ba02a
ENV JOOMLA_VERSION 3.8.0
ENV JOOMLA_SHA1 e15cfee1b31fe65b1c5038d605478404be9f64e2

# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \
Expand Down
4 changes: 2 additions & 2 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html

# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.7.5
ENV JOOMLA_SHA1 4a8ba6c70265879cf5c77bcc1b3a0fe9620ba02a
ENV JOOMLA_VERSION 3.8.0
ENV JOOMLA_SHA1 e15cfee1b31fe65b1c5038d605478404be9f64e2

# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \
Expand Down
4 changes: 2 additions & 2 deletions fpm-php7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html

# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.7.5
ENV JOOMLA_SHA1 4a8ba6c70265879cf5c77bcc1b3a0fe9620ba02a
ENV JOOMLA_VERSION 3.8.0
ENV JOOMLA_SHA1 e15cfee1b31fe65b1c5038d605478404be9f64e2

# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \
Expand Down
4 changes: 2 additions & 2 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html

# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.7.5
ENV JOOMLA_SHA1 4a8ba6c70265879cf5c77bcc1b3a0fe9620ba02a
ENV JOOMLA_VERSION 3.8.0
ENV JOOMLA_SHA1 e15cfee1b31fe65b1c5038d605478404be9f64e2

# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \
Expand Down

0 comments on commit 7f460a6

Please sign in to comment.