Skip to content

Commit

Permalink
chore(deps): update docker.io/fullstorydev/grpcurl docker tag to v1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and glimchb committed Oct 31, 2023
1 parent 5a9bc36 commit 45a4222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN go build -v -o /opi-smbios-bridge ./cmd/...
FROM alpine:3.18
RUN apk add --no-cache --no-check-certificate hwdata && rm -rf /var/cache/apk/*
COPY --from=builder /opi-smbios-bridge /
COPY --from=docker.io/fullstorydev/grpcurl:v1.8.8-alpine /bin/grpcurl /usr/local/bin/
COPY --from=docker.io/fullstorydev/grpcurl:v1.8.9-alpine /bin/grpcurl /usr/local/bin/
EXPOSE 50051 8082
CMD [ "/opi-smbios-bridge", "-grpc_port=50051", "-http_port=8082" ]
HEALTHCHECK CMD grpcurl -plaintext localhost:50051 list || exit 1

0 comments on commit 45a4222

Please sign in to comment.