Skip to content

Commit

Permalink
chore(deps): update semaphoreui/semaphore docker tag to v2.12.14 (#6779)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent a4b3c4f commit 25286dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": 27,
"version": "2.12.11",
"tipi_version": 28,
"version": "2.12.14",
"source": "https://github.com/semaphoreui/semaphore",
"website": "https://semaphoreui.com",
"exposable": true,
Expand Down Expand Up @@ -49,5 +49,5 @@
}
],
"created_at": 1691943801422,
"updated_at": 1739427778000
"updated_at": 1739584837000
}
2 changes: 1 addition & 1 deletion apps/semaphore/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "semaphore",
"image": "semaphoreui/semaphore:v2.12.11",
"image": "semaphoreui/semaphore:v2.12.14",
"isMain": true,
"internalPort": 3000,
"environment": {
Expand Down
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.12.11
image: semaphoreui/semaphore:v2.12.14
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/data/repositories:/repositories
Expand Down

0 comments on commit 25286dc

Please sign in to comment.