Skip to content

Commit

Permalink
fix(cve): update grpc_health_probe to v0.4.28
Browse files Browse the repository at this point in the history
longhorn/longhorn-8976

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang committed Jul 19, 2024
1 parent 46e902c commit 933b049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN cd /usr/src && \
make install

# Install grpc_health_probe
RUN wget https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.24/grpc_health_probe-linux-${ARCH} -O /usr/local/bin/grpc_health_probe && \
RUN wget https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.28/grpc_health_probe-linux-${ARCH} -O /usr/local/bin/grpc_health_probe && \

Check notice on line 34 in package/Dockerfile

View check run for this annotation

codefactor.io / CodeFactor

package/Dockerfile#L34

Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`). (DL3047)
chmod +x /usr/local/bin/grpc_health_probe

FROM registry.suse.com/bci/bci-base:15.6 AS release
Expand Down

0 comments on commit 933b049

Please sign in to comment.