Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.37"
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.37"
RUN set -eux; \
arch="$(uname -m)"; \
case "${arch}" in \
Expand Down