commit b2c95b15c949b9a4a8dbf8f218e5c713bceda9f1 parent 3d670943ecf99e8c2299482b097877a81037ff6e Author: MTRNord <MTRNord@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:55:35 +0200 update extension in blog Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/blog/docker/Dockerfile | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/talos_cluster/blog/docker/Dockerfile b/apps/talos_cluster/blog/docker/Dockerfile @@ -72,9 +72,9 @@ RUN wget -q https://downloads.wordpress.org/plugin/redis-cache.2.7.0.zip \ && unzip -q redis-cache.2.7.0.zip -d /var/www/html/wordpress/wp-content/plugins/ \ && rm redis-cache.2.7.0.zip # Install ActivityPub plugin -RUN wget -q https://downloads.wordpress.org/plugin/activitypub.8.0.2.zip \ - && unzip -q activitypub.8.0.2.zip -d /var/www/html/wordpress/wp-content/plugins/ \ - && rm activitypub.8.0.2.zip +RUN wget -q https://downloads.wordpress.org/plugin/activitypub.8.1.1.zip \ + && unzip -q activitypub.8.1.1.zip -d /var/www/html/wordpress/wp-content/plugins/ \ + && rm activitypub.8.1.1.zip # Install Embed Optimizer RUN wget -q https://downloads.wordpress.org/plugin/embed-optimizer.1.0.0-beta5.zip \ && unzip -q embed-optimizer.1.0.0-beta5.zip -d /var/www/html/wordpress/wp-content/plugins/ \