Skip to content

Commit 3c7b9d5

Browse files
chore(deps): update openzipkin/zipkin docker tag to v3.4.3 (#780)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f26d83f commit 3c7b9d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.otel-collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- zipkin
5252
zipkin:
5353
container_name: zipkin
54-
image: openzipkin/zipkin:3.4.2
54+
image: openzipkin/zipkin:3.4.3
5555
ports:
5656
- "9411:9411"
5757
prometheus:

docker-compose.otel-zipkin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ services:
3636
build: ./subgraphs/pandas
3737
zipkin:
3838
container_name: zipkin
39-
image: openzipkin/zipkin:3.4.2
39+
image: openzipkin/zipkin:3.4.3
4040
ports:
4141
- "9411:9411"

docker-compose.router-otel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
- zipkin
5757
zipkin:
5858
container_name: zipkin
59-
image: openzipkin/zipkin:3.4.2
59+
image: openzipkin/zipkin:3.4.3
6060
ports:
6161
- "9411:9411"
6262
prometheus:

0 commit comments

Comments
 (0)