From b4e02ac6acd096f3b17067d69e59ba241173bd35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:34:17 +0000 Subject: [PATCH] Update freikin/dawarich Docker tag to v0.22.4 --- 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 ef56ad2b..8694db3b 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.4 container_name: dawarich-app volumes: - "{{ appdata_path }}/dawarich/gem:/usr/local/bundle/gems_app" @@ -56,7 +56,7 @@ services: command: redis-server restart: unless-stopped dawarich-sidekiq: - image: freikin/dawarich:0.21.4 + image: freikin/dawarich:0.22.4 container_name: dawarich-sidekiq volumes: - "{{ appdata_path }}/dawarich/gem:/usr/local/bundle/gems_sidekiq"