Skip to content

Commit

Permalink
chore(deps): update semaphoreui/semaphore docker tag to v2.11.1 (#6124)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent ed9c77a commit 334ce87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/semaphore/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -48,5 +48,5 @@
}
],
"created_at": 1691943801422,
"updated_at": 1732292736000
"updated_at": 1735135891000
}
2 changes: 1 addition & 1 deletion apps/semaphore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 334ce87

Please sign in to comment.