vers.bump - fix breakage
Fixed a breaking error - pulling new images did not use the actual image:tag, but only defaulted to latest. Hence bumping the version to alert new users to pull the latest.
This commit is contained in:
parent
e754450300
commit
5c2cf75b21
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
VERSION="v0.1.9"
|
||||
VERSION="v0.2.0"
|
||||
Github="https://github.com/mag37/dockcheck"
|
||||
|
||||
### Check if there's a new release of the script:
|
||||
|
Loading…
Reference in New Issue
Block a user