File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ VOLUME /var/www/html
106
106
107
107
# fetch REDAXO, validate checksum and extract to tmp folder
108
108
RUN set -e; \
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; \
109
+ curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.18.0 /redaxo_5.18.0 .zip; \
110
+ echo "b2a9eb1c7bb12862d259bec42861ff29b30211c2 *redaxo.zip" | shasum -c -a 256; \
111
111
unzip -oq redaxo.zip -d /usr/src/redaxo; \
112
112
rm redaxo.zip; \
113
113
chown -R www-data:www-data /usr/src/redaxo
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ VOLUME /var/www/html
106
106
107
107
# fetch REDAXO, validate checksum and extract to tmp folder
108
108
RUN set -e; \
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; \
109
+ curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.18.0 /redaxo_5.18.0 .zip; \
110
+ echo "b2a9eb1c7bb12862d259bec42861ff29b30211c2 *redaxo.zip" | shasum -c -a 256; \
111
111
unzip -oq redaxo.zip -d /usr/src/redaxo; \
112
112
rm redaxo.zip; \
113
113
chown -R www-data:www-data /usr/src/redaxo
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ images:
12
12
tags :
13
13
- " 5-stable"
14
14
- " 5"
15
- package-url : " https://github.com/redaxo/redaxo/releases/download/5.17.1 /redaxo_5.17.1 .zip"
16
- package-sha : " 75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50 "
15
+ package-url : " https://github.com/redaxo/redaxo/releases/download/5.18.0 /redaxo_5.18.0 .zip"
16
+ package-sha : " b2a9eb1c7bb12862d259bec42861ff29b30211c2 "
17
17
php-version : " 8.2"
18
18
- name : " 5-edge"
19
19
tags :
20
20
- " 5-edge"
21
- package-url : " https://github.com/redaxo/redaxo/releases/download/5.17.1 /redaxo_5.17.1 .zip"
22
- package-sha : " 75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50 "
21
+ package-url : " https://github.com/redaxo/redaxo/releases/download/5.18.0 /redaxo_5.18.0 .zip"
22
+ package-sha : " b2a9eb1c7bb12862d259bec42861ff29b30211c2 "
23
23
php-version : " 8.4-rc"
You can’t perform that action at this time.
0 commit comments