Update to 3.4.8 (Fix #4)

This commit is contained in:
Michael Babker 2016-01-07 14:48:15 -05:00
parent fe2fb4aa4c
commit 287ab57925
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.5
ENV JOOMLA_SHA1 098ce53f3bc44531be95c20a0faf7f80efe5fc88
ENV JOOMLA_VERSION 3.4.8
ENV JOOMLA_SHA1 0f1237c3a0a50143ef7b6688cda3d4fd0b6196be
# 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.5
ENV JOOMLA_SHA1 098ce53f3bc44531be95c20a0faf7f80efe5fc88
ENV JOOMLA_VERSION 3.4.8
ENV JOOMLA_SHA1 0f1237c3a0a50143ef7b6688cda3d4fd0b6196be
# 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 \