mirror of
https://github.com/mag37/dockcheck.git
synced 2026-03-02 15:10:32 +01:00
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 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERSION="v0.1.9"
|
VERSION="v0.2.0"
|
||||||
Github="https://github.com/mag37/dockcheck"
|
Github="https://github.com/mag37/dockcheck"
|
||||||
|
|
||||||
### Check if there's a new release of the script:
|
### Check if there's a new release of the script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue