From 1b15f91ca4de129224c996fa6d27e46b39500a5e Mon Sep 17 00:00:00 2001 From: mag37 Date: Fri, 12 Dec 2025 08:13:18 +0100 Subject: [PATCH] version bump and readme fixes --- README.md | 2 ++ dockcheck.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cca148..f811796 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ ___ - Backup an image before pulling a new version for easy rollback in case of breakage. - Removes backed up images older than *N* days. - List currently backed up images with `-B`. + - Fixes: + - Bugfix for `-s` *Stopped* to not recreate stopped containers after update. - **v0.7.4**: - Added new option `-R`: - Will skip container recreation after pulling images. diff --git a/dockcheck.sh b/dockcheck.sh index 54ae112..906ed0d 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.7.4" -# ChangeNotes: New option -R to pull without recreation. Fixes: value too great error, legacy cleanups. +VERSION="v0.7.5" +# ChangeNotes: New option -b N to backup image before pulling for easy rollback. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"