Enable auto updates for the service containers

This commit is contained in:
Ohad Livne 2025-12-30 00:22:44 +02:00
parent 93f0d00179
commit c0740c39f8
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
4 changed files with 4 additions and 0 deletions

View file

@ -26,6 +26,7 @@ git_sync_update() {
podman_update() {
echo Updating podman images...
podman auto-update
podman --transient-store auto-update
}
apt_update