From 96612a988a115095dd6393da0fc528cd0be734c5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Jul 2026 12:21:52 +0000 Subject: [PATCH] chore(deps): update wordpress docker tag to v7.0.2 (#72) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | wordpress | patch | `7.0.0` -> `7.0.2` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.coopcloud.tech/coop-cloud/wordpress/pulls/72 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- compose.selfmanaged.yml | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.selfmanaged.yml b/compose.selfmanaged.yml index 4d7795a..adb8c7e 100644 --- a/compose.selfmanaged.yml +++ b/compose.selfmanaged.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "wordpress:7.0.0" + image: "wordpress:7.0.2" volumes: - "wordpress:/var/www/html/" environment: diff --git a/compose.yml b/compose.yml index ecb579a..23f2d0f 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "wordpress:7.0.0" + image: "wordpress:7.0.2" volumes: - "wordpress_content:/var/www/html/wp-content/" networks: