Skip to content

Commit

Permalink
chore(deps): update activepieces/activepieces docker tag to v0.38.2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent e370bd0 commit 4a9114c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/activepieces/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"id": "activepieces",
"description": "Your friendliest open source all-in-one automation tool.",
"tipi_version": 51,
"version": "0.38.1",
"tipi_version": 52,
"version": "0.38.2",
"categories": ["automation"],
"short_desc": "True zapier alternative.",
"author": "Activepieces",
Expand Down Expand Up @@ -41,5 +41,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734626521000
"updated_at": 1734971444000
}
2 changes: 1 addition & 1 deletion apps/activepieces/docker-compose.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"services": [
{
"image": "activepieces/activepieces:0.38.1",
"image": "activepieces/activepieces:0.38.2",
"name": "activepieces",
"internalPort": 80,
"isMain": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/activepieces/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
activepieces:
image: activepieces/activepieces:0.38.1
image: activepieces/activepieces:0.38.2
container_name: activepieces
restart: unless-stopped
ports:
Expand Down

0 comments on commit 4a9114c

Please sign in to comment.