From b76ccaa4676938e62f4b99abcf0da828c66d38e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:37:51 +0000 Subject: [PATCH] Update appsmith/appsmith-ce Docker tag to v1.22.1 --- Apps/appsmith/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/appsmith/docker-compose.yml b/Apps/appsmith/docker-compose.yml index 57fad5577..e114bce62 100644 --- a/Apps/appsmith/docker-compose.yml +++ b/Apps/appsmith/docker-compose.yml @@ -8,7 +8,7 @@ services: # Service name: app # The `app` service definition app: - image: appsmith/appsmith-ce:v1.8.15 # Docker image to use + image: appsmith/appsmith-ce:v1.22.1 # Docker image to use container_name: appsmith # Name of the container ports: - "1080:80" # Port mapping host:container for HTTP