diff --git a/services/identity/compose.yaml b/services/identity/compose.yaml index d2d335675..ba349089d 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"