File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ VOLUME /var/www/html
109109
110110# fetch REDAXO, validate checksum and extract to tmp folder
111111RUN set -e; \
112- curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.19 .0/redaxo_5.19 .0.zip; \
113- echo "257afe253c4269c20cdb091f72dc57aaeb884aa3 *redaxo.zip" | shasum -c -a 256; \
112+ curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.20 .0/redaxo_5.20 .0.zip; \
113+ echo "eda0101aa2035c19ec721f55ffa23e7e61335cba *redaxo.zip" | shasum -c -a 256; \
114114 unzip -oq redaxo.zip -d /usr/src/redaxo; \
115115 rm redaxo.zip; \
116116 chown -R www-data:www-data /usr/src/redaxo
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ VOLUME /var/www/html
112112
113113# fetch REDAXO, validate checksum and extract to tmp folder
114114RUN set -e; \
115- curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.19 .0/redaxo_5.19 .0.zip; \
116- echo "257afe253c4269c20cdb091f72dc57aaeb884aa3 *redaxo.zip" | shasum -c -a 256; \
115+ curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.20 .0/redaxo_5.20 .0.zip; \
116+ echo "eda0101aa2035c19ec721f55ffa23e7e61335cba *redaxo.zip" | shasum -c -a 256; \
117117 unzip -oq redaxo.zip -d /usr/src/redaxo; \
118118 rm redaxo.zip; \
119119 chown -R www-data:www-data /usr/src/redaxo
Original file line number Diff line number Diff line change 55# `5-edge` : latest REDAXO (even beta) + latest PHP version (even RC)
66#
77# How to get the sha for a package:
8- # `curl -Ls https://github.com/redaxo/redaxo/releases/download/5.19 .0/redaxo_5.19 .0.zip | shasum`
8+ # `curl -Ls https://github.com/redaxo/redaxo/releases/download/5.20 .0/redaxo_5.20 .0.zip | shasum`
99
1010images :
1111 - name : " 5-stable"
1212 tags :
1313 - " 5-stable"
1414 - " 5"
15- package-url : " https://github.com/redaxo/redaxo/releases/download/5.19 .0/redaxo_5.19 .0.zip"
16- package-sha : " 257afe253c4269c20cdb091f72dc57aaeb884aa3 "
15+ package-url : " https://github.com/redaxo/redaxo/releases/download/5.20 .0/redaxo_5.20 .0.zip"
16+ package-sha : " eda0101aa2035c19ec721f55ffa23e7e61335cba "
1717 php-version : " 8.3"
1818 - name : " 5-edge"
1919 tags :
2020 - " 5-edge"
21- package-url : " https://github.com/redaxo/redaxo/releases/download/5.19 .0/redaxo_5.19 .0.zip"
22- package-sha : " 257afe253c4269c20cdb091f72dc57aaeb884aa3 "
21+ package-url : " https://github.com/redaxo/redaxo/releases/download/5.20 .0/redaxo_5.20 .0.zip"
22+ package-sha : " eda0101aa2035c19ec721f55ffa23e7e61335cba "
2323 php-version : " 8.5-rc"
You can’t perform that action at this time.
0 commit comments