Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
onedev:
image: 1dev/server:11.9.9
image: 1dev/server:11.10.3
container_name: ${CONTAINER_NAME}
restart: always
networks:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only change between the two lines is updating the image version from "11.9.9" to "11.10.3". This update should have no functional impact unless there were breaking changes introduced in this specific version update that weren't noted somewhere else. For optimization purposes, ensure this new Docker image does not introduce significant overhead beyond what's already being used by the existing 11.9.9 version. If possible, test this update thoroughly before deploying it to production environments.

Expand Down