Skip to content

Commit

Permalink
Merge pull request #200 from rancher/renovate/rancher-helm-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency rancher/helm to v3.12.3
  • Loading branch information
JonCrowther authored Oct 19, 2023
2 parents ff84d0b + efcfeda commit 5d700a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.suse.com/bci/golang:1.20 AS helm
RUN zypper -n install git
RUN git -C / clone --branch release-v3.11.3 --depth=1 https://github.com/rancher/helm
RUN git -C / clone --branch release-v3.12.3 --depth=1 https://github.com/rancher/helm
RUN make -C /helm

FROM registry.suse.com/bci/bci-base:15.5 AS build
Expand Down

0 comments on commit 5d700a0

Please sign in to comment.