Skip to content

Commit 8993ee2

Browse files
committed
Update Joomla 6.0.1 to 6.0.2 and Joomla 5.4.1 to 5.4.2
1 parent 8154694 commit 8993ee2

11 files changed

Lines changed: 36 additions & 36 deletions

File tree

5.4/php8.2/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ RUN set -eux; \
151151
VOLUME /var/www/html
152152

153153
# Define Joomla version and expected SHA512 signature
154-
ENV JOOMLA_VERSION 5.4.1
155-
ENV JOOMLA_SHA512 b3f268de70f018fc5e7c4fbbd5e2a18f1ca5abf6acd35ae712a6bf989b786e0aea4d34acfe2061c91306c708d994df3ecbeaea387a6b056ff1e58e2ed34104c3
154+
ENV JOOMLA_VERSION 5.4.2
155+
ENV JOOMLA_SHA512 0f54f003bd08505c46671c7b06dbe0d28fd6379ff09d95aa44ed08fe30cdade611e23b8229b520bfa9592c80599bb81f583d79e43e3884a22171522e395311b4
156156

157157
# Download package and extract to web volume
158158
RUN set -ex; \
159-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.1/Joomla_5.4.1-Stable-Full_Package.tar.zst; \
159+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.2/Joomla_5.4.2-Stable-Full_Package.tar.zst; \
160160
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
161161
mkdir /usr/src/joomla; \
162162
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.4/php8.2/fpm-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ RUN { \
131131
VOLUME /var/www/html
132132

133133
# Define Joomla version and expected SHA512 signature
134-
ENV JOOMLA_VERSION 5.4.1
135-
ENV JOOMLA_SHA512 b3f268de70f018fc5e7c4fbbd5e2a18f1ca5abf6acd35ae712a6bf989b786e0aea4d34acfe2061c91306c708d994df3ecbeaea387a6b056ff1e58e2ed34104c3
134+
ENV JOOMLA_VERSION 5.4.2
135+
ENV JOOMLA_SHA512 0f54f003bd08505c46671c7b06dbe0d28fd6379ff09d95aa44ed08fe30cdade611e23b8229b520bfa9592c80599bb81f583d79e43e3884a22171522e395311b4
136136

137137
# Download package and extract to web volume
138138
RUN set -ex; \
139-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.1/Joomla_5.4.1-Stable-Full_Package.tar.zst; \
139+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.2/Joomla_5.4.2-Stable-Full_Package.tar.zst; \
140140
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
141141
mkdir /usr/src/joomla; \
142142
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.4/php8.2/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ RUN { \
133133
VOLUME /var/www/html
134134

135135
# Define Joomla version and expected SHA512 signature
136-
ENV JOOMLA_VERSION 5.4.1
137-
ENV JOOMLA_SHA512 b3f268de70f018fc5e7c4fbbd5e2a18f1ca5abf6acd35ae712a6bf989b786e0aea4d34acfe2061c91306c708d994df3ecbeaea387a6b056ff1e58e2ed34104c3
136+
ENV JOOMLA_VERSION 5.4.2
137+
ENV JOOMLA_SHA512 0f54f003bd08505c46671c7b06dbe0d28fd6379ff09d95aa44ed08fe30cdade611e23b8229b520bfa9592c80599bb81f583d79e43e3884a22171522e395311b4
138138

139139
# Download package and extract to web volume
140140
RUN set -ex; \
141-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.1/Joomla_5.4.1-Stable-Full_Package.tar.zst; \
141+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.2/Joomla_5.4.2-Stable-Full_Package.tar.zst; \
142142
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
143143
mkdir /usr/src/joomla; \
144144
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.4/php8.3/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ RUN set -eux; \
151151
VOLUME /var/www/html
152152

153153
# Define Joomla version and expected SHA512 signature
154-
ENV JOOMLA_VERSION 5.4.1
155-
ENV JOOMLA_SHA512 b3f268de70f018fc5e7c4fbbd5e2a18f1ca5abf6acd35ae712a6bf989b786e0aea4d34acfe2061c91306c708d994df3ecbeaea387a6b056ff1e58e2ed34104c3
154+
ENV JOOMLA_VERSION 5.4.2
155+
ENV JOOMLA_SHA512 0f54f003bd08505c46671c7b06dbe0d28fd6379ff09d95aa44ed08fe30cdade611e23b8229b520bfa9592c80599bb81f583d79e43e3884a22171522e395311b4
156156

157157
# Download package and extract to web volume
158158
RUN set -ex; \
159-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.1/Joomla_5.4.1-Stable-Full_Package.tar.zst; \
159+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.2/Joomla_5.4.2-Stable-Full_Package.tar.zst; \
160160
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
161161
mkdir /usr/src/joomla; \
162162
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.4/php8.3/fpm-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ RUN { \
131131
VOLUME /var/www/html
132132

133133
# Define Joomla version and expected SHA512 signature
134-
ENV JOOMLA_VERSION 5.4.1
135-
ENV JOOMLA_SHA512 b3f268de70f018fc5e7c4fbbd5e2a18f1ca5abf6acd35ae712a6bf989b786e0aea4d34acfe2061c91306c708d994df3ecbeaea387a6b056ff1e58e2ed34104c3
134+
ENV JOOMLA_VERSION 5.4.2
135+
ENV JOOMLA_SHA512 0f54f003bd08505c46671c7b06dbe0d28fd6379ff09d95aa44ed08fe30cdade611e23b8229b520bfa9592c80599bb81f583d79e43e3884a22171522e395311b4
136136

137137
# Download package and extract to web volume
138138
RUN set -ex; \
139-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.1/Joomla_5.4.1-Stable-Full_Package.tar.zst; \
139+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.2/Joomla_5.4.2-Stable-Full_Package.tar.zst; \
140140
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
141141
mkdir /usr/src/joomla; \
142142
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.4/php8.3/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ RUN { \
133133
VOLUME /var/www/html
134134

135135
# Define Joomla version and expected SHA512 signature
136-
ENV JOOMLA_VERSION 5.4.1
137-
ENV JOOMLA_SHA512 b3f268de70f018fc5e7c4fbbd5e2a18f1ca5abf6acd35ae712a6bf989b786e0aea4d34acfe2061c91306c708d994df3ecbeaea387a6b056ff1e58e2ed34104c3
136+
ENV JOOMLA_VERSION 5.4.2
137+
ENV JOOMLA_SHA512 0f54f003bd08505c46671c7b06dbe0d28fd6379ff09d95aa44ed08fe30cdade611e23b8229b520bfa9592c80599bb81f583d79e43e3884a22171522e395311b4
138138

139139
# Download package and extract to web volume
140140
RUN set -ex; \
141-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.1/Joomla_5.4.1-Stable-Full_Package.tar.zst; \
141+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.4.2/Joomla_5.4.2-Stable-Full_Package.tar.zst; \
142142
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
143143
mkdir /usr/src/joomla; \
144144
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

6.0/php8.3/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ RUN set -eux; \
151151
VOLUME /var/www/html
152152

153153
# Define Joomla version and expected SHA512 signature
154-
ENV JOOMLA_VERSION 6.0.1
155-
ENV JOOMLA_SHA512 07a241b4a22d29c9dd9d2d7620cccaa44c40f6d35aae47c6e105d6240b7076043f9905abc942a3684ea8abb9c66411d19d03c29adca526a7add3770b8aff208c
154+
ENV JOOMLA_VERSION 6.0.2
155+
ENV JOOMLA_SHA512 a79d95d23b3d75b4e72e47e076f7b96f381f9fae7d3b1f402d2f7120fac76dfd17aa6fba386db00d84913f40791f04b89435ca04636437af2ef7a9d78af472db
156156

157157
# Download package and extract to web volume
158158
RUN set -ex; \
159-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/6.0.1/Joomla_6.0.1-Stable-Full_Package.tar.zst; \
159+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/6.0.2/Joomla_6.0.2-Stable-Full_Package.tar.zst; \
160160
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
161161
mkdir /usr/src/joomla; \
162162
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

6.0/php8.3/fpm-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ RUN { \
131131
VOLUME /var/www/html
132132

133133
# Define Joomla version and expected SHA512 signature
134-
ENV JOOMLA_VERSION 6.0.1
135-
ENV JOOMLA_SHA512 07a241b4a22d29c9dd9d2d7620cccaa44c40f6d35aae47c6e105d6240b7076043f9905abc942a3684ea8abb9c66411d19d03c29adca526a7add3770b8aff208c
134+
ENV JOOMLA_VERSION 6.0.2
135+
ENV JOOMLA_SHA512 a79d95d23b3d75b4e72e47e076f7b96f381f9fae7d3b1f402d2f7120fac76dfd17aa6fba386db00d84913f40791f04b89435ca04636437af2ef7a9d78af472db
136136

137137
# Download package and extract to web volume
138138
RUN set -ex; \
139-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/6.0.1/Joomla_6.0.1-Stable-Full_Package.tar.zst; \
139+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/6.0.2/Joomla_6.0.2-Stable-Full_Package.tar.zst; \
140140
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
141141
mkdir /usr/src/joomla; \
142142
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

6.0/php8.3/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ RUN { \
133133
VOLUME /var/www/html
134134

135135
# Define Joomla version and expected SHA512 signature
136-
ENV JOOMLA_VERSION 6.0.1
137-
ENV JOOMLA_SHA512 07a241b4a22d29c9dd9d2d7620cccaa44c40f6d35aae47c6e105d6240b7076043f9905abc942a3684ea8abb9c66411d19d03c29adca526a7add3770b8aff208c
136+
ENV JOOMLA_VERSION 6.0.2
137+
ENV JOOMLA_SHA512 a79d95d23b3d75b4e72e47e076f7b96f381f9fae7d3b1f402d2f7120fac76dfd17aa6fba386db00d84913f40791f04b89435ca04636437af2ef7a9d78af472db
138138

139139
# Download package and extract to web volume
140140
RUN set -ex; \
141-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/6.0.1/Joomla_6.0.1-Stable-Full_Package.tar.zst; \
141+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/6.0.2/Joomla_6.0.2-Stable-Full_Package.tar.zst; \
142142
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
143143
mkdir /usr/src/joomla; \
144144
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

versions-helper.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"6.0": {
3-
"version": "6.0.1",
4-
"package": "https://github.com/joomla/joomla-cms/releases/download/6.0.1/Joomla_6.0.1-Stable-Full_Package.tar.zst",
3+
"version": "6.0.2",
4+
"package": "https://github.com/joomla/joomla-cms/releases/download/6.0.2/Joomla_6.0.2-Stable-Full_Package.tar.zst",
55
"packageType": "tar.zst",
66
"php": "8.3",
77
"aliases": [6, "latest"],
@@ -22,7 +22,7 @@
2222
]
2323
},
2424
"5.4": {
25-
"version": "5.4.1",
25+
"version": "5.4.2",
2626
"packageType": "tar.zst",
2727
"php": "8.3",
2828
"aliases": [5],

0 commit comments

Comments
 (0)