Browse Source

fix: use new ``yq`` with ``--nul-output``

Some charms are now using it (as ``gitea``)
master
Valentin Lab 9 months ago
parent
commit
ba79db69a2
  1. 2
      Dockerfile

2
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

Loading…
Cancel
Save