We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f92792 + cc7e506 commit bf85a34Copy full SHA for bf85a34
Dockerfile.rhel
@@ -1,10 +1,10 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS build
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.8 AS build
2
3
COPY . /go/src/github.com/square/ghostunnel
4
5
RUN CGO_ENABLED=0 go build -tags nopkcs11 -o /usr/bin/ghostunnel github.com/square/ghostunnel
6
7
-FROM registry.ci.openshift.org/ocp/4.7:base
+FROM registry.ci.openshift.org/ocp/4.8:base
8
9
COPY --from=build /usr/bin/ghostunnel /usr/bin/ghostunnel
10
0 commit comments