diff --git a/.github/workflows/DOCKER.yml b/.github/workflows/DOCKER.yml index 394ebfe5..4a817394 100644 --- a/.github/workflows/DOCKER.yml +++ b/.github/workflows/DOCKER.yml @@ -23,7 +23,7 @@ jobs: run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_ACCESS_TOKEN }} - name: Build Docker image - run: docker build . --file docker/Dockerfile --tag ${{ inputs.image_name }}:${{ inputs.version }} --build-arg VERSION=${{ inputs.version }} + run: docker build . --file docker/Dockerfile --tag ${{ inputs.image_name }}:latest --build-arg VERSION=${{ inputs.version }} - name: Push Docker image to Docker Hub - run: docker push ${{ inputs.image_name }}:${{ inputs.version }} + run: docker push ${{ inputs.image_name }}:latest diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6ef12e..d7f85bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## [4.1.0] - 2024-01- ???????????????????? +## [4.1.1] - 2024-01-08 + +### Fixed +- Fix changelog typos + + + +## [4.1.0] - 2024-01-08 ### Updated - Included `Sarif` formatter [#530](https://github.com/protofire/solhint/pull/530) (Thanks to [@eshaan7](https://github.com/eshaan7)) diff --git a/README.md b/README.md index 1d31513b..0839c937 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

- +

- By Protofire + By Protofire

[![](https://img.shields.io/badge/Solhint%20Website-cyan)](https://protofire.io/projects/solhint) diff --git a/docker/Dockerfile b/docker/Dockerfile index 5ace9197..4cf45b45 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ FROM node:20-alpine LABEL maintainer="diego.bale@protofire.io" -ENV VERSION=4.1.0 +ENV VERSION=4.1.1 RUN npm install -g solhint@"$VERSION" \ No newline at end of file diff --git a/package.json b/package.json index 4120b8ea..faa8a814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solhint", - "version": "4.1.0", + "version": "4.1.1", "description": "Solidity Code Linter", "main": "lib/index.js", "keywords": [