Skip to content

Commit

Permalink
Update Joomla 5.2.0 to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Llewellynvdm committed Nov 8, 2024
1 parent b08c5e9 commit 28003b6
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions 5.2/php8.1/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ RUN set -eux; \
VOLUME /var/www/html

# Define Joomla version and expected SHA512 signature
ENV JOOMLA_VERSION 5.2.0
ENV JOOMLA_SHA512 5f6a19978c72205e04b8d9a7fde137b5933fab8940d3e0f48321a3ed2d861284cdcb59dbe78cc33b524bb31547405c5a7571076d77bd2925bf2b97664ba33501
ENV JOOMLA_VERSION 5.2.1
ENV JOOMLA_SHA512 87b2e1d01cf13458c5f24cfa7e5a092e087961c823fde8db6a5e5090bbef7e64a5e33900b3354a18d4ce7fc57d5d0719745fac3ec5597d7d44d91753ebd98c6a

# Download package and extract to web volume
RUN set -ex; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.0/Joomla_5.2.0-Stable-Full_Package.tar.zst; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.1/Joomla_5.2.1-Stable-Full_Package.tar.zst; \
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
mkdir /usr/src/joomla; \
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \
Expand Down
6 changes: 3 additions & 3 deletions 5.2/php8.1/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ RUN { \
VOLUME /var/www/html

# Define Joomla version and expected SHA512 signature
ENV JOOMLA_VERSION 5.2.0
ENV JOOMLA_SHA512 5f6a19978c72205e04b8d9a7fde137b5933fab8940d3e0f48321a3ed2d861284cdcb59dbe78cc33b524bb31547405c5a7571076d77bd2925bf2b97664ba33501
ENV JOOMLA_VERSION 5.2.1
ENV JOOMLA_SHA512 87b2e1d01cf13458c5f24cfa7e5a092e087961c823fde8db6a5e5090bbef7e64a5e33900b3354a18d4ce7fc57d5d0719745fac3ec5597d7d44d91753ebd98c6a

# Download package and extract to web volume
RUN set -ex; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.0/Joomla_5.2.0-Stable-Full_Package.tar.zst; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.1/Joomla_5.2.1-Stable-Full_Package.tar.zst; \
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
mkdir /usr/src/joomla; \
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \
Expand Down
6 changes: 3 additions & 3 deletions 5.2/php8.1/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ RUN { \
VOLUME /var/www/html

# Define Joomla version and expected SHA512 signature
ENV JOOMLA_VERSION 5.2.0
ENV JOOMLA_SHA512 5f6a19978c72205e04b8d9a7fde137b5933fab8940d3e0f48321a3ed2d861284cdcb59dbe78cc33b524bb31547405c5a7571076d77bd2925bf2b97664ba33501
ENV JOOMLA_VERSION 5.2.1
ENV JOOMLA_SHA512 87b2e1d01cf13458c5f24cfa7e5a092e087961c823fde8db6a5e5090bbef7e64a5e33900b3354a18d4ce7fc57d5d0719745fac3ec5597d7d44d91753ebd98c6a

# Download package and extract to web volume
RUN set -ex; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.0/Joomla_5.2.0-Stable-Full_Package.tar.zst; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.1/Joomla_5.2.1-Stable-Full_Package.tar.zst; \
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
mkdir /usr/src/joomla; \
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \
Expand Down
6 changes: 3 additions & 3 deletions 5.2/php8.2/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ RUN set -eux; \
VOLUME /var/www/html

# Define Joomla version and expected SHA512 signature
ENV JOOMLA_VERSION 5.2.0
ENV JOOMLA_SHA512 5f6a19978c72205e04b8d9a7fde137b5933fab8940d3e0f48321a3ed2d861284cdcb59dbe78cc33b524bb31547405c5a7571076d77bd2925bf2b97664ba33501
ENV JOOMLA_VERSION 5.2.1
ENV JOOMLA_SHA512 87b2e1d01cf13458c5f24cfa7e5a092e087961c823fde8db6a5e5090bbef7e64a5e33900b3354a18d4ce7fc57d5d0719745fac3ec5597d7d44d91753ebd98c6a

# Download package and extract to web volume
RUN set -ex; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.0/Joomla_5.2.0-Stable-Full_Package.tar.zst; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.1/Joomla_5.2.1-Stable-Full_Package.tar.zst; \
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
mkdir /usr/src/joomla; \
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \
Expand Down
6 changes: 3 additions & 3 deletions 5.2/php8.2/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ RUN { \
VOLUME /var/www/html

# Define Joomla version and expected SHA512 signature
ENV JOOMLA_VERSION 5.2.0
ENV JOOMLA_SHA512 5f6a19978c72205e04b8d9a7fde137b5933fab8940d3e0f48321a3ed2d861284cdcb59dbe78cc33b524bb31547405c5a7571076d77bd2925bf2b97664ba33501
ENV JOOMLA_VERSION 5.2.1
ENV JOOMLA_SHA512 87b2e1d01cf13458c5f24cfa7e5a092e087961c823fde8db6a5e5090bbef7e64a5e33900b3354a18d4ce7fc57d5d0719745fac3ec5597d7d44d91753ebd98c6a

# Download package and extract to web volume
RUN set -ex; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.0/Joomla_5.2.0-Stable-Full_Package.tar.zst; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.1/Joomla_5.2.1-Stable-Full_Package.tar.zst; \
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
mkdir /usr/src/joomla; \
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \
Expand Down
6 changes: 3 additions & 3 deletions 5.2/php8.2/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ RUN { \
VOLUME /var/www/html

# Define Joomla version and expected SHA512 signature
ENV JOOMLA_VERSION 5.2.0
ENV JOOMLA_SHA512 5f6a19978c72205e04b8d9a7fde137b5933fab8940d3e0f48321a3ed2d861284cdcb59dbe78cc33b524bb31547405c5a7571076d77bd2925bf2b97664ba33501
ENV JOOMLA_VERSION 5.2.1
ENV JOOMLA_SHA512 87b2e1d01cf13458c5f24cfa7e5a092e087961c823fde8db6a5e5090bbef7e64a5e33900b3354a18d4ce7fc57d5d0719745fac3ec5597d7d44d91753ebd98c6a

# Download package and extract to web volume
RUN set -ex; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.0/Joomla_5.2.0-Stable-Full_Package.tar.zst; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.1/Joomla_5.2.1-Stable-Full_Package.tar.zst; \
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
mkdir /usr/src/joomla; \
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \
Expand Down
6 changes: 3 additions & 3 deletions 5.2/php8.3/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ RUN set -eux; \
VOLUME /var/www/html

# Define Joomla version and expected SHA512 signature
ENV JOOMLA_VERSION 5.2.0
ENV JOOMLA_SHA512 5f6a19978c72205e04b8d9a7fde137b5933fab8940d3e0f48321a3ed2d861284cdcb59dbe78cc33b524bb31547405c5a7571076d77bd2925bf2b97664ba33501
ENV JOOMLA_VERSION 5.2.1
ENV JOOMLA_SHA512 87b2e1d01cf13458c5f24cfa7e5a092e087961c823fde8db6a5e5090bbef7e64a5e33900b3354a18d4ce7fc57d5d0719745fac3ec5597d7d44d91753ebd98c6a

# Download package and extract to web volume
RUN set -ex; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.0/Joomla_5.2.0-Stable-Full_Package.tar.zst; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.1/Joomla_5.2.1-Stable-Full_Package.tar.zst; \
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
mkdir /usr/src/joomla; \
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \
Expand Down
6 changes: 3 additions & 3 deletions 5.2/php8.3/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ RUN { \
VOLUME /var/www/html

# Define Joomla version and expected SHA512 signature
ENV JOOMLA_VERSION 5.2.0
ENV JOOMLA_SHA512 5f6a19978c72205e04b8d9a7fde137b5933fab8940d3e0f48321a3ed2d861284cdcb59dbe78cc33b524bb31547405c5a7571076d77bd2925bf2b97664ba33501
ENV JOOMLA_VERSION 5.2.1
ENV JOOMLA_SHA512 87b2e1d01cf13458c5f24cfa7e5a092e087961c823fde8db6a5e5090bbef7e64a5e33900b3354a18d4ce7fc57d5d0719745fac3ec5597d7d44d91753ebd98c6a

# Download package and extract to web volume
RUN set -ex; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.0/Joomla_5.2.0-Stable-Full_Package.tar.zst; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.1/Joomla_5.2.1-Stable-Full_Package.tar.zst; \
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
mkdir /usr/src/joomla; \
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \
Expand Down
6 changes: 3 additions & 3 deletions 5.2/php8.3/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ RUN { \
VOLUME /var/www/html

# Define Joomla version and expected SHA512 signature
ENV JOOMLA_VERSION 5.2.0
ENV JOOMLA_SHA512 5f6a19978c72205e04b8d9a7fde137b5933fab8940d3e0f48321a3ed2d861284cdcb59dbe78cc33b524bb31547405c5a7571076d77bd2925bf2b97664ba33501
ENV JOOMLA_VERSION 5.2.1
ENV JOOMLA_SHA512 87b2e1d01cf13458c5f24cfa7e5a092e087961c823fde8db6a5e5090bbef7e64a5e33900b3354a18d4ce7fc57d5d0719745fac3ec5597d7d44d91753ebd98c6a

# Download package and extract to web volume
RUN set -ex; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.0/Joomla_5.2.0-Stable-Full_Package.tar.zst; \
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.2.1/Joomla_5.2.1-Stable-Full_Package.tar.zst; \
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
mkdir /usr/src/joomla; \
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \
Expand Down
2 changes: 1 addition & 1 deletion versions-helper.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"5.2": {
"version": "5.2.0",
"version": "5.2.1",
"packageType": "tar.zst",
"php": "8.2",
"aliases": [5, "latest"],
Expand Down
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
5,
"latest"
],
"package": "https://github.com/joomla/joomla-cms/releases/download/5.2.0/Joomla_5.2.0-Stable-Full_Package.tar.zst",
"package": "https://github.com/joomla/joomla-cms/releases/download/5.2.1/Joomla_5.2.1-Stable-Full_Package.tar.zst",
"packageType": "tar.zst",
"php": "8.2",
"phpVersions": [
"8.1",
"8.2",
"8.3"
],
"sha512": "5f6a19978c72205e04b8d9a7fde137b5933fab8940d3e0f48321a3ed2d861284cdcb59dbe78cc33b524bb31547405c5a7571076d77bd2925bf2b97664ba33501",
"sha512": "87b2e1d01cf13458c5f24cfa7e5a092e087961c823fde8db6a5e5090bbef7e64a5e33900b3354a18d4ce7fc57d5d0719745fac3ec5597d7d44d91753ebd98c6a",
"variant": "apache",
"variants": [
"apache",
"fpm-alpine",
"fpm"
],
"version": "5.2.0"
"version": "5.2.1"
}
}

0 comments on commit 28003b6

Please sign in to comment.