Skip to content

Commit

Permalink
update docker image (#14)
Browse files Browse the repository at this point in the history
* update docker image
  • Loading branch information
ricardochaves authored Apr 28, 2021
1 parent 54103df commit d6ccfab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM ricardobchaves6/python-lint-image:1.3.0
FROM ricardobchaves6/python-lint-image:1.4.0

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Basic:
```yml
steps:
- uses: actions/checkout@v1
- uses: ricardochaves/python-lint@v1.3.0
- uses: ricardochaves/python-lint@v1.4.0
```
Options:
```yml
steps:
- uses: actions/checkout@v1
- uses: ricardochaves/python-lint@v1.3.0
- uses: ricardochaves/python-lint@v1.4.0
with:
python-root-list: "python_alelo tests"
use-pylint: false
Expand Down Expand Up @@ -66,7 +66,7 @@ isort $(extra-isort-options) $(python-root-list) -c --diff

## Versions used

To identify the version used you must consult the [CHANGELOG.md](https://github.com/ricardochaves/python-lint-image/blob/master/CHANGELOG.md) of the image used in our [Dockerfile](Dockerfile).
To identify the version used you must consult the [CHANGELOG.md](https://github.com/ricardochaves/python-lint-image/blob/master/CHANGELOG.md) of the image used in our [Dockerfile](https://github.com/ricardochaves/python-lint-image/blob/master/Dockerfile).

## License

Expand Down

0 comments on commit d6ccfab

Please sign in to comment.