chore(deps): update activepieces/activepieces docker tag to v0.27.0 (#3672)
This commit is contained in:
parent
c0bb6b6071
commit
3167c121a1
|
@ -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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user