Skip to content

Commit 95b84dd

Browse files
fix: use https git
1 parent 625b8b9 commit 95b84dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:alpine3.19 as build-kustomize
22

33
RUN apk update && apk add make gcc git musl-dev openssh
44

5-
RUN git clone --depth=1 --single-branch git@github.com:kubernetes-sigs/kustomize.git && \
5+
RUN git clone --depth=1 --single-branch https://github.com/kubernetes-sigs/kustomize.git && \
66
cd kustomize && \
77
make kustomize
88

0 commit comments

Comments
 (0)