mirror of
https://github.com/octoleo/docker-joomla.git
synced 2024-11-09 22:20:55 +00:00
Update to Joomla 3.4.5
This commit is contained in:
parent
2d3bc88028
commit
fe2fb4aa4c
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user