We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af51ac0 + 4833ba4 commit 2d20181Copy full SHA for 2d20181
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM openshift/origin-release:golang-1.13 as builder
+FROM openshift/origin-release:golang-1.14 as builder
2
3
RUN yum update -y && \
4
yum install -y make git sqlite glibc-static openssl-static zlib-static && \
@@ -22,7 +22,7 @@ RUN mkdir -p /go/src/github.com/grpc-ecosystem && \
22
cp -R vendor/ /go/src/github.com/grpc-ecosystem/grpc_health_probe && \
23
rm -rf /go/src/github.com/grpc-ecosystem/grpc_health_probe/vendor/github.com/grpc-ecosystem/grpc-health-probe && \
24
cd /go/src/github.com/grpc-ecosystem/grpc_health_probe && \
25
- CGO_ENABLED=0 go install -a -tags netgo -ldflags "-w"
+ CGO_ENABLED=0 go install -mod=mod -a -tags netgo -ldflags "-w"
26
27
FROM openshift/origin-base
28
0 commit comments