Skip to content

Commit

Permalink
chore(deps): update 1dev/server docker tag to v11.6.13 (#6600)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 1cd14a6 commit 47f800f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/onedev/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"dynamic_config": true,
"id": "onedev",
"tipi_version": 140,
"version": "11.6.12",
"tipi_version": 141,
"version": "11.6.13",
"categories": ["development"],
"description": "Self-hosted Git Server with Kanban and CI/CD",
"short_desc": "Self-hosted Git Server with Kanban and CI/CD",
Expand Down Expand Up @@ -47,5 +47,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1738071680000
"updated_at": 1738418526000
}
2 changes: 1 addition & 1 deletion apps/onedev/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "onedev",
"image": "1dev/server:11.6.12",
"image": "1dev/server:11.6.13",
"isMain": true,
"internalPort": 6610,
"addPorts": [
Expand Down
2 changes: 1 addition & 1 deletion apps/onedev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
onedev:
image: 1dev/server:11.6.12
image: 1dev/server:11.6.13
container_name: onedev
environment:
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
Expand Down

0 comments on commit 47f800f

Please sign in to comment.