From ca970e2df194c3b453433f5f0de913d3b6c64102 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Sep 2024 21:02:23 +0000 Subject: [PATCH] Update dependency grpc-ecosystem/grpc-health-probe to v0.4.34 --- distribution/docker/alpine.Dockerfile | 2 +- distribution/docker/debian.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/docker/alpine.Dockerfile b/distribution/docker/alpine.Dockerfile index 32c57a2..74f50b9 100644 --- a/distribution/docker/alpine.Dockerfile +++ b/distribution/docker/alpine.Dockerfile @@ -33,7 +33,7 @@ COPY distribution/docker/scripts /app/noelware/charted/emails/scri COPY distribution/docker/config /app/noelware/charted/emails/config # # renovate: datasource=github-tags name=grpc-ecosystem/grpc-health-probe -ENV GRPC_HEALTH_PROBE_VERSION="v0.4.26" +ENV GRPC_HEALTH_PROBE_VERSION="v0.4.34" RUN set -eux; \ arch="$(uname -m)"; \ case "${arch}" in \ diff --git a/distribution/docker/debian.Dockerfile b/distribution/docker/debian.Dockerfile index e845d94..2e79dd8 100644 --- a/distribution/docker/debian.Dockerfile +++ b/distribution/docker/debian.Dockerfile @@ -34,7 +34,7 @@ COPY distribution/docker/scripts /app/noelware/charted/emails/scri COPY distribution/docker/config /app/noelware/charted/emails/config # renovate: datasource=github-tags name=grpc-ecosystem/grpc-health-probe -ENV GRPC_HEALTH_PROBE_VERSION="v0.4.26" +ENV GRPC_HEALTH_PROBE_VERSION="v0.4.34" RUN set -eux; \ arch="$(uname -m)"; \ case "${arch}" in \