Skip to content

Commit

Permalink
chore(deps): update 1dev/server docker tag to v11.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 6a3e450 commit 75e4a6a
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:11.3.2 # Use the specified OneDev server image
image: 1dev/server:11.3.3 # 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:11.3.2 # Use the specified OneDev server image
image: 1dev/server:11.3.3 # 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 75e4a6a

Please sign in to comment.