Skip to content

Commit

Permalink
Update Dockerfile.rhel
Browse files Browse the repository at this point in the history
  • Loading branch information
timflannagan authored Aug 17, 2020
1 parent caf33c2 commit 5a83ddc
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 5a83ddc

Please sign in to comment.