Skip to content

Commit

Permalink
Update dependency grpc-ecosystem/grpc-health-probe to v0.4.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 16, 2024
1 parent 72e0e11 commit ca970e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion distribution/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ca970e2

Please sign in to comment.