mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-14 13:17:39 +00:00
Update golang builder in Dockerfile (#240)
Signed-off-by: Jian Qiu <jqiu@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user