Skip to content

Commit d6ccfab

Browse files
authoredApr 28, 2021
update docker image (#14)
* update docker image
1 parent 54103df commit d6ccfab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Container image that runs your code
2-
FROM ricardobchaves6/python-lint-image:1.3.0
2+
FROM ricardobchaves6/python-lint-image:1.4.0
33

44
# Copies your code file from your action repository to the filesystem path `/` of the container
55
COPY entrypoint.sh /entrypoint.sh

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Basic:
2323
```yml
2424
steps:
2525
- uses: actions/checkout@v1
26-
- uses: ricardochaves/python-lint@v1.3.0
26+
- uses: ricardochaves/python-lint@v1.4.0
2727
```
2828
2929
Options:
3030
3131
```yml
3232
steps:
3333
- uses: actions/checkout@v1
34-
- uses: ricardochaves/python-lint@v1.3.0
34+
- uses: ricardochaves/python-lint@v1.4.0
3535
with:
3636
python-root-list: "python_alelo tests"
3737
use-pylint: false
@@ -66,7 +66,7 @@ isort $(extra-isort-options) $(python-root-list) -c --diff
6666

6767
## Versions used
6868

69-
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).
69+
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).
7070

7171
## License
7272

0 commit comments

Comments
 (0)
Please sign in to comment.