2
3
mirror of https://github.com/octoleo/docker-joomla.git synced 2024-06-10 09:52:28 +00:00

Also update Joomla version for new PHP variants

This commit is contained in:
J0WI 2018-01-30 17:36:08 +01:00
parent 4e07f7b527
commit 17b45925ce
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.2
ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
ENV JOOMLA_VERSION 3.8.4
ENV JOOMLA_SHA1 3d8a321e626cdf3823fc6bd62aee222fd12c19ec
# 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

@ -17,8 +17,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.8.2
ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
ENV JOOMLA_VERSION 3.8.4
ENV JOOMLA_SHA1 3d8a321e626cdf3823fc6bd62aee222fd12c19ec
# 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.2
ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
ENV JOOMLA_VERSION 3.8.4
ENV JOOMLA_SHA1 3d8a321e626cdf3823fc6bd62aee222fd12c19ec
# 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

@ -14,8 +14,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.8.2
ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
ENV JOOMLA_VERSION 3.8.4
ENV JOOMLA_SHA1 3d8a321e626cdf3823fc6bd62aee222fd12c19ec
# 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 \