diff --git a/apps/budibase/config.json b/apps/budibase/config.json index f4c359e7..95e745a4 100644 --- a/apps/budibase/config.json +++ b/apps/budibase/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "budibase", - "tipi_version": 61, - "version": "2.14.2", + "tipi_version": 62, + "version": "2.14.3", "categories": [ "development" ], diff --git a/apps/budibase/docker-compose.yml b/apps/budibase/docker-compose.yml index 7fa5351b..5f835c10 100644 --- a/apps/budibase/docker-compose.yml +++ b/apps/budibase/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.7' services: budibase: - image: budibase/budibase:2.14.2 + image: budibase/budibase:2.14.3 restart: unless-stopped container_name: budibase ports: diff --git a/apps/changedetection/config.json b/apps/changedetection/config.json index 140af660..4140b114 100644 --- a/apps/changedetection/config.json +++ b/apps/changedetection/config.json @@ -5,8 +5,8 @@ "exposable": true, "id": "changedetection", "description": "The best and simplest free open source website change detection, restock monitor and notification service.", - "tipi_version": 8, - "version": "0.45.9", + "tipi_version": 9, + "version": "0.45.10", "categories": [ "utilities" ], diff --git a/apps/changedetection/docker-compose.yml b/apps/changedetection/docker-compose.yml index dbe963f5..1b165506 100644 --- a/apps/changedetection/docker-compose.yml +++ b/apps/changedetection/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: changedetection: - image: ghcr.io/dgtlmoon/changedetection.io:0.45.9 + image: ghcr.io/dgtlmoon/changedetection.io:0.45.10 container_name: changedetection hostname: changedetection volumes: diff --git a/apps/drawio/config.json b/apps/drawio/config.json index f4726088..228aceb5 100644 --- a/apps/drawio/config.json +++ b/apps/drawio/config.json @@ -6,8 +6,8 @@ "url_suffix": "?offline=1", "id": "drawio", "description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.", - "tipi_version": 15, - "version": "22.1.16", + "tipi_version": 16, + "version": "22.1.17", "categories": [ "utilities" ], diff --git a/apps/drawio/docker-compose.yml b/apps/drawio/docker-compose.yml index 8e89e576..e166c43e 100644 --- a/apps/drawio/docker-compose.yml +++ b/apps/drawio/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: drawio: - image: jgraph/drawio:22.1.16 + image: jgraph/drawio:22.1.17 ports: - ${APP_PORT}:8080 container_name: drawio