From 730dba5c3dee9c3dc0f9adb6848783cc24d272b9 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sat, 8 Jun 2024 19:44:14 +0200 Subject: [PATCH] version bump - bugfix --- dockcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockcheck.sh b/dockcheck.sh index e98f61e..a117f49 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.4.3" -### ChangeNotes: Added timeout option to skip container if registry check takes too long (10s default) + fix. +VERSION="v0.4.4" +### ChangeNotes: Bugfix for non amd64/arm64 arch with new timeout function. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"