Skip to content

Commit fd53761

Browse files
Merge pull request kube-reporting#42 from kube-reporting/timflannagan1-patch-1
Update Dockerfile.rhel
2 parents caf33c2 + 5a83ddc commit fd53761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.rhel

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM openshift/golang-builder:1.10 AS build
1+
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS build
22

33
COPY . /go/src/github.com/square/ghostunnel
44

55
RUN CGO_ENABLED=0 go build -tags nopkcs11 -o /usr/bin/ghostunnel github.com/square/ghostunnel
66

7-
FROM openshift/ose-base:latest
7+
FROM registry.svc.ci.openshift.org/origin/4.6:base
88

99
COPY --from=build /usr/bin/ghostunnel /usr/bin/ghostunnel
1010

0 commit comments

Comments
 (0)