Skip to content

Commit

Permalink
Fix the the golden file such that it matches the new Dockerfile templ…
Browse files Browse the repository at this point in the history
…ate.
  • Loading branch information
kaitoy committed Mar 5, 2019
1 parent cfbe7bd commit 2d9f02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM golang:1.10.3 as builder

# Copy in the go src
WORKDIR /go/src/sigs.k8s.io/kubebuilder/test/project
COPY pkg/ pkg/
COPY cmd/ cmd/
COPY vendor/ vendor/
COPY pkg/ pkg/

# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager sigs.k8s.io/kubebuilder/test/project/cmd/manager
Expand Down

0 comments on commit 2d9f02a

Please sign in to comment.