You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pulling the default docker image `dadoonet/fscrawler`, we are actually getting the latest build, which means the latest SNAPSHOT version.
```sh
docker pull dadoonet/fscrawler
```
With this change, we are making sure that we only use the `latest` tag when doing the release.
People can still get the latest SNAPSHOT version by running:
```sh
docker pull dadoonet/fscrawler:2.8-SNAPSHOT
```
Closes#1227
When pulling the default docker image
dadoonet/fscrawler
, we are actually getting the latest build, which means the latest SNAPSHOT version.Instead we should have a
latest
tag only for released versions so today latest should bedadoonet/fscrawler:2.7
.The text was updated successfully, but these errors were encountered: