Skip to content

Commit 7b34754

Browse files
committed
Update dependency grpc-ecosystem/grpc-health-probe to v0.4.35
1 parent 72e0e11 commit 7b34754

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

distribution/docker/alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COPY distribution/docker/scripts /app/noelware/charted/emails/scri
3333
COPY distribution/docker/config /app/noelware/charted/emails/config
3434

3535
# # renovate: datasource=github-tags name=grpc-ecosystem/grpc-health-probe
36-
ENV GRPC_HEALTH_PROBE_VERSION="v0.4.26"
36+
ENV GRPC_HEALTH_PROBE_VERSION="v0.4.35"
3737
RUN set -eux; \
3838
arch="$(uname -m)"; \
3939
case "${arch}" in \

distribution/docker/debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COPY distribution/docker/scripts /app/noelware/charted/emails/scri
3434
COPY distribution/docker/config /app/noelware/charted/emails/config
3535

3636
# renovate: datasource=github-tags name=grpc-ecosystem/grpc-health-probe
37-
ENV GRPC_HEALTH_PROBE_VERSION="v0.4.26"
37+
ENV GRPC_HEALTH_PROBE_VERSION="v0.4.35"
3838
RUN set -eux; \
3939
arch="$(uname -m)"; \
4040
case "${arch}" in \

0 commit comments

Comments
 (0)