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 Apr 7, 2024
1 parent ff9cfe2 commit a79b986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.17.0/redaxo_5.17.0.zip; \
echo "f7a9eda9a1dfbfd5f4d755acba56f753c38c7839 *redaxo.zip" | shasum -c -a 256; \
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip; \
echo "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50 *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.17.0/redaxo_5.17.0.zip; \
echo "f7a9eda9a1dfbfd5f4d755acba56f753c38c7839 *redaxo.zip" | shasum -c -a 256; \
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip; \
echo "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50 *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 a79b986

Please sign in to comment.