diff --git a/src/apps/postiz.ts b/src/apps/postiz.ts index e471a1b..00a5f06 100644 --- a/src/apps/postiz.ts +++ b/src/apps/postiz.ts @@ -57,7 +57,7 @@ app.services.postgres = { app.services.redis = { // renovate: datasource=docker depName=redis - image: 'redis:7.4', + image: 'redis:8.10', restart: 'always', healthcheck: { test: 'redis-cli ping',