Update dockcheck.sh

versionbump for fix
This commit is contained in:
mag37 2024-06-03 22:50:07 +02:00 committed by GitHub
parent b0f8431dbf
commit 5d86c79710
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION="v0.4.2"
### ChangeNotes: Added timeout option to skip container if registry check takes too long (10s default).
VERSION="v0.4.3"
### ChangeNotes: Added timeout option to skip container if registry check takes too long (10s default) + fix.
Github="https://github.com/mag37/dockcheck"
RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"