Skip to content

Commit

Permalink
Version bounced to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdaish committed Jan 21, 2016
1 parent b9fa269 commit c85cb22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM fedora:21

MAINTAINER Chris Daish <[email protected]>

ENV shellcheckVersion 0.4.1
ENV shellcheckVersion 0.4.3
ENV shellcheckTag v$shellcheckVersion

RUN useradd shellcheck; \
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ within a docker container.
## Changelog

```
v1.i3
* Version bounced to 0.4.3.
v1.2
* Version bounced to 0.4.1.
Expand All @@ -19,7 +22,7 @@ v1.0
## Launch Command

```bash
$ docker run -v LocalBashScriptLocation:/tmp/FileToBeChecked chrisdaish/shellcheck
docker run -v LocalBashScriptLocation:/tmp/FileToBeChecked chrisdaish/shellcheck
```

## Sources
Expand Down

0 comments on commit c85cb22

Please sign in to comment.