From 4b2bfac7cd7fd0f85ed3b8ea877805d03217abaf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Jan 2025 18:02:36 +0000 Subject: [PATCH] Update dependency grpc-ecosystem/grpc-health-probe to v0.4.37 --- 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..91cb24d 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.37" RUN set -eux; \ arch="$(uname -m)"; \ case "${arch}" in \ diff --git a/distribution/docker/debian.Dockerfile b/distribution/docker/debian.Dockerfile index e845d94..17caeab 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.37" RUN set -eux; \ arch="$(uname -m)"; \ case "${arch}" in \