diff --git a/Dockerfile b/Dockerfile index e8b979b..e44ae65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -FROM fsfe/reuse:latest +FROM fsfe/reuse:1 # Copy reuse wrapper used as entrypoint COPY reuse-action-wrapper.sh /bin/reuse-action-wrapper diff --git a/README.md b/README.md index 757f98a..e230a8c 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ In the same fashion, it is possible to add optional arguments like `--include-su | ------ | ----------- | ------- | ----------- | | `args` | _required_ | `lint` | The subcommand for the REUSE helper tool. Read the [tool's documentation](https://reuse.readthedocs.io/) for all available subcommands. | +## Versions + +The major version of this action follows the major version of the [REUSE helper tool](https://github.com/fsfe/reuse-tool). Make sure to keep up with the latest major version to benefit from the latest features and be able to spot licensing and copyright issues that we detect with newer versions. + ## License