diff --git a/Dockerfile b/Dockerfile index 94ad3f2..5b7bfb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ java --version # renovate: datasource=github-releases depName=mikefarah/yq -ENV YQ_VERSION="v4.53.3" +ENV YQ_VERSION="v4.53.6" RUN [ "$ARCH" = "aarch64" ] && YQ_ARCH="arm64" || YQ_ARCH="$ARCH" \ echo "ARCH = ${YQ_ARCH}" && \ curl https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${YQ_ARCH} -o /usr/local/bin/yq && \