Skip to content

Commit

Permalink
Update 1dev/server Docker tag to v10.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 28, 2024
1 parent 544138f commit ca80ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion how-to-install-onedev-on-dockge/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: "3.7" # Docker Compose file version
services:
# Define the service for the OneDev application server
big-bear-onedev:
image: 1dev/server:10.5.1 # Use the specified OneDev server image
image: 1dev/server:10.5.2 # Use the specified OneDev server image
container_name: big-bear-onedev # Container name for easy reference
environment: # Environment variables for configuration
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect # Specify the Hibernate dialect for PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion how-to-install-onedev-on-portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: "3.7" # Docker Compose file version
services:
# Define the service for the OneDev application server
big-bear-onedev:
image: 1dev/server:10.5.1 # Use the specified OneDev server image
image: 1dev/server:10.5.2 # Use the specified OneDev server image
container_name: big-bear-onedev # Container name for easy reference
environment: # Environment variables for configuration
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect # Specify the Hibernate dialect for PostgreSQL
Expand Down

0 comments on commit ca80ba3

Please sign in to comment.