Skip to content

Commit 9f3f6c8

Browse files
authored
Merge pull request #55 from majodev/renovate/watchexec-watchexec-2.x
Update dependency watchexec/watchexec to v2
2 parents b37e143 + c60dcc5 commit 9f3f6c8

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
@@ -97,7 +97,7 @@ RUN COBRA_CLI_VERSION="1.3.0" \
9797
RUN mkdir -p /tmp/watchexec \
9898
&& cd /tmp/watchexec \
9999
# https://github.com/watchexec/watchexec/releases
100-
&& WATCHEXEC_VERSION="1.25.1" \
100+
&& WATCHEXEC_VERSION="2.3.0" \
101101
&& wget https://github.com/watchexec/watchexec/releases/download/v${WATCHEXEC_VERSION}/watchexec-${WATCHEXEC_VERSION}-$(arch)-unknown-linux-musl.tar.xz \
102102
&& tar xf watchexec-${WATCHEXEC_VERSION}-$(arch)-unknown-linux-musl.tar.xz \
103103
&& cp watchexec-${WATCHEXEC_VERSION}-$(arch)-unknown-linux-musl/watchexec /usr/local/bin/watchexec \

0 commit comments

Comments
 (0)