version bump - bugfix

This commit is contained in:
mag37
2024-06-08 19:44:14 +02:00
committed by GitHub
parent f8455d3787
commit 730dba5c3d
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION="v0.4.3" VERSION="v0.4.4"
### ChangeNotes: Added timeout option to skip container if registry check takes too long (10s default) + fix. ### ChangeNotes: Bugfix for non amd64/arm64 arch with new timeout function.
Github="https://github.com/mag37/dockcheck" Github="https://github.com/mag37/dockcheck"
RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"