Skip to content

Commit

Permalink
Merge pull request #97 from FriendsOfREDAXO/schuer-patch-1
Browse files Browse the repository at this point in the history
Bump REDAXO to 5.18.1
  • Loading branch information
schuer authored Dec 6, 2024
2 parents 740fcfd + 8515e22 commit d266930
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.18.0/redaxo_5.18.0.zip; \
echo "b2a9eb1c7bb12862d259bec42861ff29b30211c2 *redaxo.zip" | shasum -c -a 256; \
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.18.1/redaxo_5.18.1.zip; \
echo "4f7c006cd7a63e2dbb8a12cb8477d6ed137d9f1f *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.18.0/redaxo_5.18.0.zip; \
echo "b2a9eb1c7bb12862d259bec42861ff29b30211c2 *redaxo.zip" | shasum -c -a 256; \
curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.18.1/redaxo_5.18.1.zip; \
echo "4f7c006cd7a63e2dbb8a12cb8477d6ed137d9f1f *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.18.0/redaxo_5.18.0.zip"
package-sha: "b2a9eb1c7bb12862d259bec42861ff29b30211c2"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.18.1/redaxo_5.18.1.zip"
package-sha: "4f7c006cd7a63e2dbb8a12cb8477d6ed137d9f1f"
php-version: "8.2"
- name: "5-edge"
tags:
- "5-edge"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.18.0/redaxo_5.18.0.zip"
package-sha: "b2a9eb1c7bb12862d259bec42861ff29b30211c2"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.18.1/redaxo_5.18.1.zip"
package-sha: "4f7c006cd7a63e2dbb8a12cb8477d6ed137d9f1f"
php-version: "8.4"

0 comments on commit d266930

Please sign in to comment.