Skip to content

Commit bd2f4cf

Browse files
cwayne18brandond
authored andcommitted
Missed some bumps
Signed-off-by: Chris Wayne <cwayne18@gmail.com>
1 parent 0c3aef3 commit bd2f4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ RUN go version
1616
RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
1717
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 && \
1818
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 && \
2020
go mod tidy && \
2121
make install
2222
RUN mkdir -p /go/src/github.com/helm/helm-mapkubeapis && \
2323
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 && \
2424
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 && \
2626
go mod tidy && \
2727
make && \
2828
mkdir -p /root/.local/share/helm/plugins/helm-mapkubeapis && \

0 commit comments

Comments
 (0)