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 b37e143 + c60dcc5 commit 9f3f6c8Copy full SHA for 9f3f6c8
Dockerfile
@@ -97,7 +97,7 @@ RUN COBRA_CLI_VERSION="1.3.0" \
97
RUN mkdir -p /tmp/watchexec \
98
&& cd /tmp/watchexec \
99
# https://github.com/watchexec/watchexec/releases
100
- && WATCHEXEC_VERSION="1.25.1" \
+ && WATCHEXEC_VERSION="2.3.0" \
101
&& wget https://github.com/watchexec/watchexec/releases/download/v${WATCHEXEC_VERSION}/watchexec-${WATCHEXEC_VERSION}-$(arch)-unknown-linux-musl.tar.xz \
102
&& tar xf watchexec-${WATCHEXEC_VERSION}-$(arch)-unknown-linux-musl.tar.xz \
103
&& cp watchexec-${WATCHEXEC_VERSION}-$(arch)-unknown-linux-musl/watchexec /usr/local/bin/watchexec \
0 commit comments