chore(deps): update activepieces/activepieces docker tag to v0.27.0 (#3672)

This commit is contained in:
renovate[bot] 2024-06-05 19:29:22 +00:00 committed by GitHub
parent c0bb6b6071
commit 3167c121a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,11 +5,9 @@
"exposable": true, "exposable": true,
"id": "activepieces", "id": "activepieces",
"description": "Your friendliest open source all-in-one automation tool.", "description": "Your friendliest open source all-in-one automation tool.",
"tipi_version": 25, "tipi_version": 26,
"version": "0.26.1", "version": "0.27.0",
"categories": [ "categories": ["automation"],
"automation"
],
"short_desc": "True zapier alternative.", "short_desc": "True zapier alternative.",
"author": "Activepieces", "author": "Activepieces",
"source": "https://github.com/activepieces/activepieces", "source": "https://github.com/activepieces/activepieces",
@ -40,8 +38,5 @@
"env_variable": "AP_JWT_SECRET" "env_variable": "AP_JWT_SECRET"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: '3.7' version: '3.7'
services: services:
activepieces: activepieces:
image: activepieces/activepieces:0.26.1 image: activepieces/activepieces:0.27.0
container_name: activepieces container_name: activepieces
restart: unless-stopped restart: unless-stopped
ports: ports: