2
3
mirror of https://github.com/octoleo/docker-joomla.git synced 2024-11-15 16:27:07 +00:00

Merge pull request #31 from frankmayer/master

Upgrade Joomla to 3.7.5
This commit is contained in:
Michael Babker 2017-08-22 10:35:24 -05:00 committed by GitHub
commit 52abae092d
4 changed files with 8 additions and 8 deletions

View File

@ -18,8 +18,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature # Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.7.4 ENV JOOMLA_VERSION 3.7.5
ENV JOOMLA_SHA1 4c7a21f566ad1977b0dc7c5273f4da44e217b5e4 ENV JOOMLA_SHA1 4a8ba6c70265879cf5c77bcc1b3a0fe9620ba02a
# Download package and extract to web volume # 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 \ RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \

View File

@ -18,8 +18,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature # Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.7.4 ENV JOOMLA_VERSION 3.7.5
ENV JOOMLA_SHA1 4c7a21f566ad1977b0dc7c5273f4da44e217b5e4 ENV JOOMLA_SHA1 4a8ba6c70265879cf5c77bcc1b3a0fe9620ba02a
# Download package and extract to web volume # 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 \ RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \

View File

@ -15,8 +15,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature # Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.7.4 ENV JOOMLA_VERSION 3.7.5
ENV JOOMLA_SHA1 4c7a21f566ad1977b0dc7c5273f4da44e217b5e4 ENV JOOMLA_SHA1 4a8ba6c70265879cf5c77bcc1b3a0fe9620ba02a
# Download package and extract to web volume # 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 \ RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \

View File

@ -15,8 +15,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature # Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.7.4 ENV JOOMLA_VERSION 3.7.5
ENV JOOMLA_SHA1 4c7a21f566ad1977b0dc7c5273f4da44e217b5e4 ENV JOOMLA_SHA1 4a8ba6c70265879cf5c77bcc1b3a0fe9620ba02a
# Download package and extract to web volume # 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 \ RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \