We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aae627 commit ac214b3Copy full SHA for ac214b3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM openshift/golang-builder:v1.15 AS build
+FROM openshift/origin-release:golang-1.15 AS build
2
WORKDIR /go/src
3
COPY . /go/src
4
RUN GIT_COMMIT=$(git rev-parse HEAD) && \
0 commit comments