From d6ccfab90dca92e984258754d8d3cc9d963b093d Mon Sep 17 00:00:00 2001 From: Ricardo Baltazar Chaves Date: Wed, 28 Apr 2021 20:33:41 -0300 Subject: [PATCH] update docker image (#14) * update docker image --- Dockerfile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9d29f55..2c4c31f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index edc9a3d..2e141fb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Basic: ```yml steps: - uses: actions/checkout@v1 - - uses: ricardochaves/python-lint@v1.3.0 + - uses: ricardochaves/python-lint@v1.4.0 ``` Options: @@ -31,7 +31,7 @@ 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 @@ -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