chore(deps): update apache/rocketmq docker tag to v5.3.0 (#1819)

* chore(deps): update apache/rocketmq docker tag to v5.3.0

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2024-07-29 16:40:20 +08:00 committed by GitHub
parent ad4a93408b
commit cc2e29b485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
services:
namesrv:
image: apache/rocketmq:5.2.0
image: apache/rocketmq:5.3.0
container_name: ${CONTAINER_NAME}-rmqnamesrv
ports:
- ${PANEL_APP_PORT_NAMESERVER}:9876
@ -12,7 +12,7 @@ services:
labels:
createdBy: "Apps"
broker:
image: apache/rocketmq:5.2.0
image: apache/rocketmq:5.3.0
container_name: ${CONTAINER_NAME}-rmqbroker
links:
- namesrv
@ -32,7 +32,7 @@ services:
labels:
createdBy: "Apps"
proxy:
image: apache/rocketmq:5.2.0
image: apache/rocketmq:5.3.0
container_name: ${CONTAINER_NAME}-rmqproxy
links:
- namesrv