From e1c5cf62b0ee6a4514e4622fa314403515499cb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:39:37 +0000 Subject: [PATCH] Update freikin/dawarich Docker tag to v0.23.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 fc6e2d30..f170e25f 100644 --- a/services/identity/compose.yaml +++ b/services/identity/compose.yaml @@ -1,6 +1,6 @@ services: dawarich-app: - image: freikin/dawarich:0.22.4 + image: freikin/dawarich:0.23.0 container_name: dawarich-app volumes: - "{{ appdata_path }}/dawarich/public:/var/app/public" @@ -55,7 +55,7 @@ services: command: redis-server restart: unless-stopped dawarich-sidekiq: - image: freikin/dawarich:0.22.4 + image: freikin/dawarich:0.23.0 container_name: dawarich-sidekiq volumes: - "{{ appdata_path }}/dawarich/public:/var/app/public"