mirror of
https://github.com/joomla-docker/docker-joomla.git
synced 2025-01-10 08:34:04 +00:00
Update to 3.8.12
This commit is contained in:
parent
a6644c9255
commit
fdd1fad7cf
@ -66,8 +66,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
@ -61,8 +61,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
@ -63,8 +63,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
@ -66,8 +66,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
@ -61,8 +61,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
@ -63,8 +63,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
@ -66,8 +66,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
@ -61,8 +61,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
@ -63,8 +63,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
@ -64,8 +64,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
@ -59,8 +59,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
@ -61,8 +61,8 @@ RUN set -ex; \
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.8.11
|
ENV JOOMLA_VERSION 3.8.12
|
||||||
ENV JOOMLA_SHA1 d27fb06f13ec4fe74a41124e354ed639f2093100
|
ENV JOOMLA_SHA1 a354eb7689fe3077d1a14ba3f8a7327017bafd1b
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# Download package and extract to web volume
|
||||||
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
|
||||||
|
Loading…
Reference in New Issue
Block a user