diff --git a/update-bitwarden.sh b/update-bitwarden.sh index b6c35b0..6bd9468 100755 --- a/update-bitwarden.sh +++ b/update-bitwarden.sh @@ -77,5 +77,9 @@ echo "Patching bitwarden.sh completed..." ./bitwarden.sh update +# Prune Docker images without at least one container associated to them. +echo "Pruning Docker images without at least one container associated to them..." +docker image prune -a + cd $SCRIPT_BASE echo "Bitwarden update completed!"