Skip to content

Commit

Permalink
Merge pull request #95 from FriendsOfREDAXO/schuer-patch-1
Browse files Browse the repository at this point in the history
Bump to REDAXO 5.18.0
  • Loading branch information
schuer authored Oct 28, 2024
2 parents 4a774bb + 5f5f9da commit 2c7c886
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.17.1/redaxo_5.17.1.zip; \
echo "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50 *redaxo.zip" | shasum -c -a 256; \
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.18.0/redaxo_5.18.0.zip; \
echo "b2a9eb1c7bb12862d259bec42861ff29b30211c2 *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.1/redaxo_5.17.1.zip; \
echo "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50 *redaxo.zip" | shasum -c -a 256; \
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.18.0/redaxo_5.18.0.zip; \
echo "b2a9eb1c7bb12862d259bec42861ff29b30211c2 *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.17.1/redaxo_5.17.1.zip"
package-sha: "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.18.0/redaxo_5.18.0.zip"
package-sha: "b2a9eb1c7bb12862d259bec42861ff29b30211c2"
php-version: "8.2"
- name: "5-edge"
tags:
- "5-edge"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip"
package-sha: "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.18.0/redaxo_5.18.0.zip"
package-sha: "b2a9eb1c7bb12862d259bec42861ff29b30211c2"
php-version: "8.4-rc"

0 comments on commit 2c7c886

Please sign in to comment.