We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13dcc22 commit 6f9344aCopy full SHA for 6f9344a
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
11
curl=8.14.1-2+deb13u2
12
13
# renovate: datasource=github-releases depName=mikefarah/yq
14
-ENV YQ_VERSION="v4.52.2"
+ENV YQ_VERSION="v4.52.4"
15
RUN [ "$ARCH" = "aarch64" ] && YQ_ARCH="arm64" || YQ_ARCH="$ARCH" \
16
echo "ARCH = ${YQ_ARCH}" && \
17
curl https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${YQ_ARCH} -o /usr/local/bin/yq && \
0 commit comments