URL to download the latest linux binary
Open
- Dominant language
- C++
- Stars
- 13.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Per this [SO answer](https://stackoverflow.com/a/66541604/6611672), my Dockerfile downloads the linux binary for a hardcoded release:
```
ARG WM_VERSION=v2021.12.06.00
RUN wget https://github.com/facebook/watchman/releases/download/$WM_VERSION/watchman-$WM_VERSION-linux.zip && ...
```
With this setup, I need to manually update the watchman version every few weeks. It would be great to automatically fetch the latest linux binary. Is there anyway to do this?
Contributor guide
Assessment
This issue has not been assessed yet.