From ba79db69a29def98ce8e677c397ad8ad87e2135a Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 7 Aug 2023 18:25:05 +0200 Subject: [PATCH] fix: use new ``yq`` with ``--nul-output`` Some charms are now using it (as ``gitea``) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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