Skip to content

Commit

Permalink
Merge pull request kube-reporting#42 from kube-reporting/timflannagan…
Browse files Browse the repository at this point in the history
…1-patch-1

Update Dockerfile.rhel
  • Loading branch information
openshift-merge-robot authored Aug 17, 2020
2 parents caf33c2 + 5a83ddc commit fd53761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM openshift/golang-builder:1.10 AS build
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS build

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

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

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

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

Expand Down

0 comments on commit fd53761

Please sign in to comment.