From 5c2cf75b21e8a88483e7a2bb7555bf50d0ac505d Mon Sep 17 00:00:00 2001 From: mag37 Date: Thu, 23 Feb 2023 13:17:07 +0100 Subject: [PATCH] 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. --- dockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockcheck.sh b/dockcheck.sh index 08f0426..51397c5 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -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: