Skip to content

Commit 6f9344a

Browse files
⬆️ Update dependency mikefarah/yq to v4.52.4 (#11)
1 parent 13dcc22 commit 6f9344a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
1111
curl=8.14.1-2+deb13u2
1212

1313
# renovate: datasource=github-releases depName=mikefarah/yq
14-
ENV YQ_VERSION="v4.52.2"
14+
ENV YQ_VERSION="v4.52.4"
1515
RUN [ "$ARCH" = "aarch64" ] && YQ_ARCH="arm64" || YQ_ARCH="$ARCH" \
1616
echo "ARCH = ${YQ_ARCH}" && \
1717
curl https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${YQ_ARCH} -o /usr/local/bin/yq && \

0 commit comments

Comments
 (0)