Skip to content

Commit

Permalink
fix: update the exec path
Browse files Browse the repository at this point in the history
  • Loading branch information
swimablefish committed Jul 21, 2023
1 parent 1379958 commit cd0e60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ RUN go build -o cluster-autoscaler

FROM gcr.io/distroless/static:latest

COPY --from=build /gopath/src/k8s.io/autoscaler/cluster-autoscaler/cluster-autoscaler .
COPY --from=build /gopath/src/k8s.io/autoscaler/cluster-autoscaler/cluster-autoscaler /
CMD ["/cluster-autoscaler"]

0 comments on commit cd0e60b

Please sign in to comment.