Update to Joomla 3.4.5

This commit is contained in:
Michael Babker 2015-10-22 10:08:53 -04:00
parent 2d3bc88028
commit fe2fb4aa4c
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@ RUN docker-php-ext-install mysqli
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.4.4
ENV JOOMLA_SHA1 371ed0a987a4c66b4f711b8e27a785f84050de90
ENV JOOMLA_VERSION 3.4.5
ENV JOOMLA_SHA1 098ce53f3bc44531be95c20a0faf7f80efe5fc88
# 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

@ -10,8 +10,8 @@ RUN docker-php-ext-install mysqli
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.4.4
ENV JOOMLA_SHA1 371ed0a987a4c66b4f711b8e27a785f84050de90
ENV JOOMLA_VERSION 3.4.5
ENV JOOMLA_SHA1 098ce53f3bc44531be95c20a0faf7f80efe5fc88
# 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 \