diff --git a/apps/semaphore/config.json b/apps/semaphore/config.json index 5308d2da25..950a4c77a2 100644 --- a/apps/semaphore/config.json +++ b/apps/semaphore/config.json @@ -8,8 +8,8 @@ "port": 8526, "categories": ["development"], "description": "Semaphore is a modern UI for Ansible, Terraform/OpenTofu, Bash and Pulumi. It lets you easily run Ansible playbooks, get notifications about fails, control access to deployment system.", - "tipi_version": 19, - "version": "2.10.43", + "tipi_version": 20, + "version": "2.11.1", "source": "https://github.com/semaphoreui/semaphore", "website": "https://semaphoreui.com", "exposable": true, @@ -48,5 +48,5 @@ } ], "created_at": 1691943801422, - "updated_at": 1732292736000 + "updated_at": 1735135891000 } diff --git a/apps/semaphore/docker-compose.yml b/apps/semaphore/docker-compose.yml index 0f9026125c..2ad1492233 100644 --- a/apps/semaphore/docker-compose.yml +++ b/apps/semaphore/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: semaphore: container_name: semaphore - image: semaphoreui/semaphore:v2.10.43 + image: semaphoreui/semaphore:v2.11.1 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data/repositories:/repositories