Skip to content

Commit b37e143

Browse files
authored
Merge pull request #54 from majodev/renovate/mikefarah-yq-4.x
Update dependency mikefarah/yq to v4.45.1
2 parents 90606f7 + 82fd8bc commit b37e143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN mkdir -p /tmp/watchexec \
107107
RUN mkdir -p /tmp/yq \
108108
&& cd /tmp/yq \
109109
# https://github.com/mikefarah/yq/releases
110-
&& YQ_VERSION="4.40.5" \
110+
&& YQ_VERSION="4.45.1" \
111111
&& ARCH="$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)" \
112112
&& wget "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_${ARCH}.tar.gz" \
113113
&& tar xzf "yq_linux_${ARCH}.tar.gz" \

0 commit comments

Comments
 (0)