Skip to content

Commit

Permalink
chore(deps): update 1dev/server docker tag to v11.6.8 (#6122)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 4cbfb19 commit ed9c77a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/onedev/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "onedev",
"tipi_version": 134,
"version": "11.6.7",
"tipi_version": 135,
"version": "11.6.8",
"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 @@ -46,5 +46,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734698353000
"updated_at": 1735117698000
}
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.7
image: 1dev/server:11.6.8
container_name: onedev
environment:
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
Expand Down

0 comments on commit ed9c77a

Please sign in to comment.