Skip to content

Commit

Permalink
GenerRRRRR-ate image files from source!
Browse files Browse the repository at this point in the history
  • Loading branch information
FriendsOfREDAXO-T committed Feb 1, 2024
1 parent 3af6125 commit 8ea7705
Showing 1 changed file with 2 additions and 2 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.15.1/redaxo_5.15.1.zip; \
echo "7936b2055b670377be97f8c8a4e90ce46f0a6ad7 *redaxo.zip" | shasum -c -a 256; \
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.16.0-beta1/redaxo_5.16.0-beta1.zip; \
echo "45d96fe784b6adfb7059b2c2ae7d453a4338a7b7 *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

0 comments on commit 8ea7705

Please sign in to comment.