Skip to content

Commit da15e1d

Browse files
authored
Merge pull request #87 from FriendsOfREDAXO/schuer-redaxo-5-17-1
bump to REDAXO 5.17.1
2 parents 6150a4b + a79b986 commit da15e1d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

images/5-edge/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ VOLUME /var/www/html
106106

107107
# fetch REDAXO, validate checksum and extract to tmp folder
108108
RUN set -e; \
109-
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.17.0/redaxo_5.17.0.zip; \
110-
echo "f7a9eda9a1dfbfd5f4d755acba56f753c38c7839 *redaxo.zip" | shasum -c -a 256; \
109+
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip; \
110+
echo "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50 *redaxo.zip" | shasum -c -a 256; \
111111
unzip -oq redaxo.zip -d /usr/src/redaxo; \
112112
rm redaxo.zip; \
113113
chown -R www-data:www-data /usr/src/redaxo

images/5-stable/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ VOLUME /var/www/html
106106

107107
# fetch REDAXO, validate checksum and extract to tmp folder
108108
RUN set -e; \
109-
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.17.0/redaxo_5.17.0.zip; \
110-
echo "f7a9eda9a1dfbfd5f4d755acba56f753c38c7839 *redaxo.zip" | shasum -c -a 256; \
109+
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip; \
110+
echo "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50 *redaxo.zip" | shasum -c -a 256; \
111111
unzip -oq redaxo.zip -d /usr/src/redaxo; \
112112
rm redaxo.zip; \
113113
chown -R www-data:www-data /usr/src/redaxo

source/images.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ images:
1212
tags:
1313
- "5-stable"
1414
- "5"
15-
package-url: "https://github.com/redaxo/redaxo/releases/download/5.17.0/redaxo_5.17.0.zip"
16-
package-sha: "f7a9eda9a1dfbfd5f4d755acba56f753c38c7839"
15+
package-url: "https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip"
16+
package-sha: "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50"
1717
php-version: "8.2"
1818
- name: "5-edge"
1919
tags:
2020
- "5-edge"
21-
package-url: "https://github.com/redaxo/redaxo/releases/download/5.17.0/redaxo_5.17.0.zip"
22-
package-sha: "f7a9eda9a1dfbfd5f4d755acba56f753c38c7839"
21+
package-url: "https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip"
22+
package-sha: "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50"
2323
php-version: "8.3"

0 commit comments

Comments
 (0)