File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ RUN go version
16
16
RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
17
17
curl -sL https://github.com/k3s-io/helm-set-status/archive/refs/tags/v0.3.0.tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/k3s-io/helm-set-status && \
18
18
cd /go/src/github.com/k3s-io/helm-set-status && \
19
- go mod edit --replace helm.sh/helm/v3=helm.sh/helm/v3@v3.18.3 && \
19
+ go mod edit --replace helm.sh/helm/v3=helm.sh/helm/v3@v3.18.4 && \
20
20
go mod tidy && \
21
21
make install
22
22
RUN mkdir -p /go/src/github.com/helm/helm-mapkubeapis && \
23
23
curl -sL https://github.com/helm/helm-mapkubeapis/archive/refs/tags/v0.6.1.tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/helm/helm-mapkubeapis && \
24
24
cd /go/src/github.com/helm/helm-mapkubeapis && \
25
- go mod edit --replace helm.sh/helm/v3=helm.sh/helm/v3@v3.18.3 && \
25
+ go mod edit --replace helm.sh/helm/v3=helm.sh/helm/v3@v3.18.4 && \
26
26
go mod tidy && \
27
27
make && \
28
28
mkdir -p /root/.local/share/helm/plugins/helm-mapkubeapis && \
You can’t perform that action at this time.
0 commit comments