Skip to content

Commit

Permalink
Merge pull request #84 from FriendsOfREDAXO/schuer-5-16-1
Browse files Browse the repository at this point in the history
bump to REDAXO 5.16.1
  • Loading branch information
schuer authored Feb 25, 2024
2 parents 764e91e + 6f31254 commit 9fb0280
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.0/redaxo_5.16.0.zip; \
echo "e8175ab2974fee7cd561977a5de4969dc6b9b1b7 *redaxo.zip" | shasum -c -a 256; \
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; \
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.0/redaxo_5.16.0.zip; \
echo "e8175ab2974fee7cd561977a5de4969dc6b9b1b7 *redaxo.zip" | shasum -c -a 256; \
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; \
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.0/redaxo_5.16.0.zip"
package-sha: "e8175ab2974fee7cd561977a5de4969dc6b9b1b7"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.16.1/redaxo_5.16.1.zip"
package-sha: "cce6be9b518fac2f0440ba2ca418c780378a9ae7"
php-version: "8.2"
- name: "5-edge"
tags:
- "5-edge"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.16.0/redaxo_5.16.0.zip"
package-sha: "e8175ab2974fee7cd561977a5de4969dc6b9b1b7"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.16.1/redaxo_5.16.1.zip"
package-sha: "cce6be9b518fac2f0440ba2ca418c780378a9ae7"
php-version: "8.3"

0 comments on commit 9fb0280

Please sign in to comment.