Skip to content

Commit e598786

Browse files
committed
new health probe version
1 parent 12c605e commit e598786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)