2
3
mirror of https://github.com/octoleo/docker-joomla.git synced 2025-02-05 07:18:24 +00:00

Add Joomla 3.8.2 release

This commit is contained in:
Michael Babker 2017-11-15 02:37:05 -06:00
parent f883e75e8c
commit 9cc09b8634
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
# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.8.0
ENV JOOMLA_SHA1 e15cfee1b31fe65b1c5038d605478404be9f64e2
ENV JOOMLA_VERSION 3.8.2
ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
# 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 \

View File

@ -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.8.0
ENV JOOMLA_SHA1 e15cfee1b31fe65b1c5038d605478404be9f64e2
ENV JOOMLA_VERSION 3.8.2
ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
# 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 \

View File

@ -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.8.0
ENV JOOMLA_SHA1 e15cfee1b31fe65b1c5038d605478404be9f64e2
ENV JOOMLA_VERSION 3.8.2
ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
# 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 \

View File

@ -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.8.0
ENV JOOMLA_SHA1 e15cfee1b31fe65b1c5038d605478404be9f64e2
ENV JOOMLA_VERSION 3.8.2
ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
# 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 \