Skip to content

Commit ac214b3

Browse files
committed
Switch to an alternate builder image.
1 parent 5aae627 commit ac214b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openshift/golang-builder:v1.15 AS build
1+
FROM openshift/origin-release:golang-1.15 AS build
22
WORKDIR /go/src
33
COPY . /go/src
44
RUN GIT_COMMIT=$(git rev-parse HEAD) && \

0 commit comments

Comments
 (0)