Update golang builder in Dockerfile (#70)

Signed-off-by: Yang Le <yangle@redhat.com>
This commit is contained in:
Yang Le
2022-04-25 16:38:07 +08:00
committed by GitHub
parent 18273829d8
commit 27e876570b

View File

@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/stolostron/builder:go1.17-linux AS builder
FROM golang:1.17 AS builder
WORKDIR /go/src/open-cluster-management.io/placement
COPY . .
ENV GO_PACKAGE open-cluster-management.io/placement