Skip to content

Commit

Permalink
Merge pull request #86 from FriendsOfREDAXO/schuer-redaxo-5-17-0
Browse files Browse the repository at this point in the history
bump to REDAXO 5.17.0
  • Loading branch information
schuer authored Mar 12, 2024
2 parents 52a8a98 + 954087c commit 6150a4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions images/5-edge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ VOLUME /var/www/html

# fetch REDAXO, validate checksum and extract to tmp folder
RUN set -e; \
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.16.1/redaxo_5.16.1.zip; \
echo "cce6be9b518fac2f0440ba2ca418c780378a9ae7 *redaxo.zip" | shasum -c -a 256; \
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.17.0/redaxo_5.17.0.zip; \
echo "f7a9eda9a1dfbfd5f4d755acba56f753c38c7839 *redaxo.zip" | shasum -c -a 256; \
unzip -oq redaxo.zip -d /usr/src/redaxo; \
rm redaxo.zip; \
chown -R www-data:www-data /usr/src/redaxo
Expand Down
4 changes: 2 additions & 2 deletions images/5-stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ VOLUME /var/www/html

# fetch REDAXO, validate checksum and extract to tmp folder
RUN set -e; \
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.16.1/redaxo_5.16.1.zip; \
echo "cce6be9b518fac2f0440ba2ca418c780378a9ae7 *redaxo.zip" | shasum -c -a 256; \
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.17.0/redaxo_5.17.0.zip; \
echo "f7a9eda9a1dfbfd5f4d755acba56f753c38c7839 *redaxo.zip" | shasum -c -a 256; \
unzip -oq redaxo.zip -d /usr/src/redaxo; \
rm redaxo.zip; \
chown -R www-data:www-data /usr/src/redaxo
Expand Down
8 changes: 4 additions & 4 deletions source/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ images:
tags:
- "5-stable"
- "5"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.16.1/redaxo_5.16.1.zip"
package-sha: "cce6be9b518fac2f0440ba2ca418c780378a9ae7"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.17.0/redaxo_5.17.0.zip"
package-sha: "f7a9eda9a1dfbfd5f4d755acba56f753c38c7839"
php-version: "8.2"
- name: "5-edge"
tags:
- "5-edge"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.16.1/redaxo_5.16.1.zip"
package-sha: "cce6be9b518fac2f0440ba2ca418c780378a9ae7"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.17.0/redaxo_5.17.0.zip"
package-sha: "f7a9eda9a1dfbfd5f4d755acba56f753c38c7839"
php-version: "8.3"

0 comments on commit 6150a4b

Please sign in to comment.