Skip to content

Commit

Permalink
Update golang builder in Dockerfile (open-cluster-management-io#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Le <yangle@redhat.com>
  • Loading branch information
elgnay authored Apr 25, 2022
1 parent 1827382 commit 27e8765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 27e8765

Please sign in to comment.