Skip to content

Commit 6c99d63

Browse files
committed
chore(deps): update grafana/grafana docker tag to v10.4.0
1 parent d96738a commit 6c99d63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boot-strategy-plugin/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
test: wget --no-verbose --tries=1 --spider http://localhost:9090/status || exit 1
4747

4848
grafana:
49-
image: grafana/grafana:10.3.3
49+
image: grafana/grafana:10.4.0
5050
extra_hosts: ['host.docker.internal:host-gateway']
5151
container_name: grafana
5252
depends_on:

graphql/boot-graphql-webmvc/docker/docker-compose-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22
services:
33

44
grafana:
5-
image: grafana/grafana:10.3.3
5+
image: grafana/grafana:10.4.0
66
extra_hosts: ['host.docker.internal:host-gateway']
77
container_name: grafana
88
ports:

jpa/boot-data-envers/docker/docker-compose-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22
services:
33

44
grafana:
5-
image: grafana/grafana:10.3.3
5+
image: grafana/grafana:10.4.0
66
extra_hosts: ['host.docker.internal:host-gateway']
77
container_name: grafana
88
ports:

0 commit comments

Comments
 (0)