Skip to content

Commit 5e31bde

Browse files
Update golang base image in Dockerfile
1 parent 27ca1bf commit 5e31bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.14 as builder
2+
FROM golang:1.15.2 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests
@@ -25,4 +25,4 @@ WORKDIR /
2525
COPY --from=builder /workspace/manager .
2626
USER nonroot:nonroot
2727

28-
ENTRYPOINT ["/manager"]
28+
ENTRYPOINT ["/manager"]

0 commit comments

Comments
 (0)