Skip to content

Commit 36d32cc

Browse files
chore(deps): update prom/prometheus docker tag to v3.3.1 (#1829)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f242bbd commit 36d32cc

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
@@ -27,7 +27,7 @@ services:
2727
- "3100:3100" # loki needs to be exposed so it receives logs
2828

2929
prometheus:
30-
image: prom/prometheus:v3.3.0
30+
image: prom/prometheus:v3.3.1
3131
extra_hosts: ['host.docker.internal:host-gateway']
3232
container_name: prometheus
3333
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
@@ -18,7 +18,7 @@ services:
1818
- prometheus
1919

2020
prometheus:
21-
image: prom/prometheus:v3.3.0
21+
image: prom/prometheus:v3.3.1
2222
extra_hosts: ['host.docker.internal:host-gateway']
2323
container_name: prometheus
2424
ports:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
- prometheus
2020

2121
prometheus:
22-
image: prom/prometheus:v3.3.0
22+
image: prom/prometheus:v3.3.1
2323
extra_hosts: ['host.docker.internal:host-gateway']
2424
container_name: prometheus
2525
ports:

0 commit comments

Comments
 (0)