Skip to content

Commit 3da7386

Browse files
chore(deps): update all non-major docker-compose dependencies (#770)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Max Baumann <[email protected]>
1 parent 75aba42 commit 3da7386

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
retries: 5
1919

2020
eventstore:
21-
image: eventstore/eventstore:23.10.1-jammy
21+
image: eventstore/eventstore:23.10.2-jammy
2222
restart: unless-stopped
2323
environment:
2424
EVENTSTORE_TELEMETRY_OPTOUT: "true"
@@ -36,7 +36,7 @@ services:
3636
- "6379:6379"
3737

3838
jaeger:
39-
image: jaegertracing/all-in-one:1.57
39+
image: jaegertracing/all-in-one:1.60
4040
environment:
4141
COLLECTOR_OTLP_ENABLED: "true"
4242
ports:
@@ -69,7 +69,7 @@ services:
6969

7070
# dapr sidecar for apisix
7171
apisix-dapr:
72-
image: "daprio/daprd:1.13.3"
72+
image: "daprio/daprd:1.14.0"
7373
restart: unless-stopped
7474
depends_on:
7575
- apisix

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"extractVersion": "^v?(?<version>.*)$"
4242
}
4343
],
44-
"ignoreDeps": ["common", "decaying_lru", "hwdb", "hwes", "hwutil", "hwlocale", "telemetry", "gen"],
44+
"ignoreDeps": ["common", "decaying_lru", "hwdb", "hwes", "hwutil", "hwlocale", "telemetry", "gen", "postgres"],
4545
"customDatasources": {
4646
"buf": {
4747
"defaultRegistryUrlTemplate": "https://buf-resource-proxy.fly.dev/{{packageName}}",

0 commit comments

Comments
 (0)