Skip to content

Commit d618d9e

Browse files
bump-base
Signed-off-by: Adrian Cole <adrian@tetrate.io>
1 parent 6b251ab commit d618d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-bin/docker-compose.base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
services:
55
sut:
66
container_name: sut
7-
image: ghcr.io/openzipkin/alpine:3.21.2
7+
image: ghcr.io/openzipkin/alpine:3.23.3
88
entrypoint: /bin/sh
99
# Keep the container running until HEALTHCHECK passes
1010
command: "-c \"sleep 5m\""
@@ -13,7 +13,7 @@ services:
1313
test: wget -qO- --spider http://zipkin:9411/api/v2/trace/cafebabecafebabe
1414
get_frontend:
1515
container_name: get_frontend
16-
image: ghcr.io/openzipkin/alpine:3.21.2
16+
image: ghcr.io/openzipkin/alpine:3.23.3
1717
entrypoint: /bin/sh
1818
# Pass a trace header with a constant trace ID, so that we know what to look for later
1919
command: "-c \"wget -qO- --header 'b3: cafebabecafebabe-cafebabecafebabe-1' http://frontend:8081\""

0 commit comments

Comments
 (0)