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:
lobe-chat:
image: lobehub/lobe-chat:1.79.0
image: lobehub/lobe-chat:1.79.2
container_name: ${CONTAINER_NAME}
restart: always
networks:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The only change to notice is that the version of the image being used from "lobehub/lobe-chat:1.79.0" has been updated to "lobehub/lobe-chat:1.79.2". This update could be due to new features, improvements, bug fixes, or security patches in version 1.79.2 compared to 1.79.0.

If there isn't any significant impact on functionality with this newer version, you should confirm it aligns with what's intended for your service deployment.

Expand Down