Update golang builder in Dockerfile (#240)

Signed-off-by: Jian Qiu <jqiu@redhat.com>
This commit is contained in:
Jian Qiu
2022-04-25 15:48:14 +08:00
committed by GitHub
parent 4696a9545e
commit 4cbc2d46de

View File

@@ -1,4 +1,4 @@
FROM quay.io/bitnami/golang:1.17 AS builder
FROM golang:1.17 AS builder
ARG OS=linux
ARG ARCH=amd64
WORKDIR /go/src/open-cluster-management.io/registration