From 10f45bbfa3da82930c4deaab20402625d51dab2b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Aug 2026 12:19:11 +0000 Subject: [PATCH] chore(deps): update wordpress docker tag to v7.0.3 (#73) 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.2` -> `7.0.3` | --- ### 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/73 Co-authored-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 adb8c7e..59248b3 100644 --- a/compose.selfmanaged.yml +++ b/compose.selfmanaged.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "wordpress:7.0.2" + image: "wordpress:7.0.3" volumes: - "wordpress:/var/www/html/" environment: diff --git a/compose.yml b/compose.yml index 9166a36..b697bf8 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "wordpress:7.0.2" + image: "wordpress:7.0.3" volumes: - "wordpress_content:/var/www/html/wp-content/" networks: