File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN url="https://github.com/casey/just/releases/download/${JUST_VERSION}/just-${
5151
5252# yq is kind of like jq, but for YAML.
5353FROM apt-base as yq
54- ARG YQ_VERSION=v4.45.4 # repo=mikefarah/yq
54+ ARG YQ_VERSION=v4.46.1 # repo=mikefarah/yq
5555RUN url="https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" ; \
5656 scurl -o /yq "$url" && chmod +x /yq
5757
@@ -67,7 +67,7 @@ COPY --link bin/scurl /bin/
6767
6868# helm templates kubernetes manifests.
6969FROM apt-base as helm
70- ARG HELM_VERSION=v3.18.3 # repo=helm/helm
70+ ARG HELM_VERSION=v3.18.4 # repo=helm/helm
7171RUN url="https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" ; \
7272 scurl "$url" | tar xzvf - --strip-components=1 -C /usr/local/bin linux-amd64/helm
7373
You can’t perform that action at this time.
0 commit comments