Skip to content

Commit bf85a34

Browse files
Merge pull request #53 from openshift-bot/art-consistency-openshift-4.8-ghostunnel
Updating ghostunnel builder & base images to be consistent with ART
2 parents 1f92792 + cc7e506 commit bf85a34

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 registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS build
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.8 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 registry.ci.openshift.org/ocp/4.7:base
7+
FROM registry.ci.openshift.org/ocp/4.8:base
88

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

0 commit comments

Comments
 (0)