From 7399654c9692c050c74c1df7cdfe9f1ee0d0e7c1 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Sun, 4 Jan 2026 18:31:38 +0100 Subject: [PATCH] chore(service): upgrade activepieces and postgres --- templates/compose/activepieces.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/compose/activepieces.yaml b/templates/compose/activepieces.yaml index b5fc39daf..bd2983fb7 100644 --- a/templates/compose/activepieces.yaml +++ b/templates/compose/activepieces.yaml @@ -7,7 +7,7 @@ services: activepieces: - image: "ghcr.io/activepieces/activepieces:0.21.0" # Released on March 13 2024 + image: ghcr.io/activepieces/activepieces:0.75.0 environment: - SERVICE_URL_ACTIVEPIECES - AP_API_KEY=$SERVICE_PASSWORD_64_APIKEY @@ -40,7 +40,7 @@ services: timeout: 20s retries: 10 postgres: - image: 'postgres:14.4' + image: postgres:18-alpine environment: - POSTGRES_DB=${POSTGRES_DB:-activepieces} - POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES} @@ -54,7 +54,7 @@ services: timeout: 20s retries: 10 redis: - image: 'redis:7.0.7' + image: redis:7-alpine volumes: - "redis_data:/data" healthcheck: