From 8dc74174cd07d3df5be19f4ebea45187ec5cf45b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 04:31:38 +0000 Subject: [PATCH] feat(container): update image keinos/sqlite3 to v3.44.0 --- cluster/apps/utilities/vaultwarden/app/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/utilities/vaultwarden/app/cronjob.yaml b/cluster/apps/utilities/vaultwarden/app/cronjob.yaml index 2be306e7b..534a203da 100644 --- a/cluster/apps/utilities/vaultwarden/app/cronjob.yaml +++ b/cluster/apps/utilities/vaultwarden/app/cronjob.yaml @@ -20,7 +20,7 @@ spec: restartPolicy: OnFailure containers: - name: sqlite3 - image: keinos/sqlite3:3.42.0 + image: keinos/sqlite3:3.44.0 imagePullPolicy: IfNotPresent command: - /bin/sh