From 6eb7afe7697447f58b9438e4302dbcc0f3b42de0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:53:29 +0000 Subject: [PATCH] Update freikin/dawarich Docker tag to v0.22.0 --- services/identity/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/identity/compose.yaml b/services/identity/compose.yaml index d2d33567..ba349089 100644 --- a/services/identity/compose.yaml +++ b/services/identity/compose.yaml @@ -1,6 +1,6 @@ services: dawarich-app: - image: freikin/dawarich:0.21.4 + image: freikin/dawarich:0.22.0 container_name: dawarich-app volumes: - "{{ appdata_path }}/dawarich/gem:/usr/local/bundle/gems_app" @@ -51,7 +51,7 @@ services: command: redis-server restart: unless-stopped dawarich-sidekiq: - image: freikin/dawarich:0.21.4 + image: freikin/dawarich:0.22.0 container_name: dawarich-sidekiq volumes: - "{{ appdata_path }}/dawarich/gem:/usr/local/bundle/gems_sidekiq"