Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
redis:
image: redis:7-alpine
image: redis:8-alpine
container_name: integration-redis
command:
- redis-server
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
- metrics-network
restart: on-failure:5
redis-exporter:
image: oliver006/redis_exporter:v1.67.0
image: oliver006/redis_exporter:v1.82.0
environment:
- REDIS_ADDR=redis://redis:6379
security_opt:
Expand All @@ -76,7 +76,7 @@ services:
- metrics-network
restart: on-failure:5
prometheus:
image: prom/prometheus:v3.1.0
image: prom/prometheus:v3.10.0
security_opt:
- no-new-privileges
command: --log.level=warn --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --storage.tsdb.retention.time=30d --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
Expand All @@ -91,7 +91,7 @@ services:
profiles:
- metrics
grafana:
image: grafana/grafana:11.5.1
image: grafana/grafana:12.4.2
security_opt:
- no-new-privileges
ports:
Expand Down
4 changes: 2 additions & 2 deletions examples/aws-sqs-queue-storage/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- metrics-network
restart: on-failure:5
localstack:
image: localstack/localstack:3
image: localstack/localstack:2026
environment:
SERVICES: sqs
AWS_DEFAULT_REGION: us-east-1
Expand All @@ -75,7 +75,7 @@ services:
- relayer-network
restart: on-failure:5
sqs-init:
image: amazon/aws-cli:2.17.39
image: amazon/aws-cli:2.34.21
environment:
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test
Expand Down
6 changes: 3 additions & 3 deletions examples/basic-example-metrics/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
- metrics-network
restart: on-failure:5
redis-exporter:
image: oliver006/redis_exporter:v1.67.0
image: oliver006/redis_exporter:v1.82.0
environment:
- REDIS_ADDR=redis://redis:6379
security_opt:
Expand All @@ -66,7 +66,7 @@ services:
restart: on-failure:5
prometheus:
container_name: openzeppelin-relayer-prometheus
image: prom/prometheus:v3.1.0
image: prom/prometheus:v3.10.0
user: 65534:65534
read_only: true
security_opt:
Expand All @@ -86,7 +86,7 @@ services:
profiles:
- metrics
grafana:
image: grafana/grafana:11.5.1
image: grafana/grafana:12.4.2
user: 472:472
read_only: true
security_opt:
Expand Down
2 changes: 1 addition & 1 deletion examples/vault-secret-signer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- metrics-network
restart: on-failure:5
vault:
image: hashicorp/vault:1.19.0
image: hashicorp/vault:1.21.4
platform: linux/amd64
ports:
- 8200:8200
Expand Down
2 changes: 1 addition & 1 deletion examples/vault-transit-signer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- metrics-network
restart: on-failure:5
vault:
image: hashicorp/vault:1.19.0
image: hashicorp/vault:1.21.4
platform: linux/amd64
ports:
- 8200:8200
Expand Down
2 changes: 1 addition & 1 deletion testing/wiremock/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Use /wiremock-test skill or scripts in testing/wiremock/scripts/ to inject mock responses.
services:
wiremock:
image: wiremock/wiremock:3.13.0
image: wiremock/wiremock:3.13.2
ports:
- ${WIREMOCK_PORT:-9090}:8080
command:
Expand Down
Loading