From 8c007f626f0be246c2de065c7cbc3ac65cd56d32 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 Mar 2024 04:01:01 +0000 Subject: [PATCH] Update dependency grpc-ecosystem/grpc-health-probe to v0.4.25 --- 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 01f70f9..45a37ff 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.24" +ENV GRPC_HEALTH_PROBE_VERSION="v0.4.25" RUN set -eux; \ arch="$(uname -m)"; \ case "${arch}" in \ diff --git a/distribution/docker/debian.Dockerfile b/distribution/docker/debian.Dockerfile index 75fd66e..0252e2f 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.24" +ENV GRPC_HEALTH_PROBE_VERSION="v0.4.25" RUN set -eux; \ arch="$(uname -m)"; \ case "${arch}" in \