diff --git a/Dockerfile b/Dockerfile index d2853c3..5380288 100644 --- a/Dockerfile +++ b/Dockerfile @@ -136,7 +136,7 @@ RUN wget https://github.com/bronze1man/yaml2json/releases/download/v1.3/yaml2jso chmod +x /usr/local/bin/yaml2json ## ``yq`` will probably replace shyaml -RUN wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 \ +RUN wget https://github.com/mikefarah/yq/releases/download/v4.34.2/yq_linux_amd64 \ -O /usr/local/bin/yq && \ chmod +x /usr/local/bin/yq