We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90606f7 + 82fd8bc commit b37e143Copy full SHA for b37e143
Dockerfile
@@ -107,7 +107,7 @@ RUN mkdir -p /tmp/watchexec \
107
RUN mkdir -p /tmp/yq \
108
&& cd /tmp/yq \
109
# https://github.com/mikefarah/yq/releases
110
- && YQ_VERSION="4.40.5" \
+ && YQ_VERSION="4.45.1" \
111
&& ARCH="$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)" \
112
&& wget "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_${ARCH}.tar.gz" \
113
&& tar xzf "yq_linux_${ARCH}.tar.gz" \
0 commit comments