From 0b620469c63bf25d34f0a51bc57a40de57ae0667 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:50:36 +0000 Subject: [PATCH] Update freikin/dawarich Docker tag to v0.23.5 --- 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..3d75b4b5 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.5 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.5 container_name: dawarich-sidekiq volumes: - "{{ appdata_path }}/dawarich/public:/var/app/public"