File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 command : |
4141 FOSSILDB_TAG=${CIRCLE_BRANCH}__${CIRCLE_BUILD_NUM} \
4242 docker-compose up -d fossildb
43- sleep 5
43+ sleep 1
4444 FOSSILDB_TAG=${CIRCLE_BRANCH}__${CIRCLE_BUILD_NUM} \
4545 FOSSILDB_CLIENT_TAG=${CIRCLE_BRANCH}__${CIRCLE_BUILD_NUM} \
4646 docker-compose run fossildb-health-check
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN groupadd -r fossildb \
1313 && chmod 777 . \
1414 && chown -R fossildb .
1515
16- RUN GRPC_HEALTH_PROBE_VERSION=v0.2.0 && \
16+ RUN GRPC_HEALTH_PROBE_VERSION=v0.4.20 && \
1717 wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 && \
1818 chmod +x /bin/grpc_health_probe
1919
You can’t perform that action at this time.
0 commit comments