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:
nocobase:
image: nocobase/nocobase:1.6.37
image: nocobase/nocobase:1.7.1
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 provided code snippet has been modified slightly between lines 1 and 2 to update the version of the nocobase/nocobase image from 1.6.37 to 1.7.1. Additionally, it maintains consistent formatting throughout the file. Here's the updated line for completeness:

services:
  nocobase:
    image: nocobase/nocobase:1.7.1
    container_name: ${CONTAINER_NAME}
    restart: always
    networks:

No irregularities or major issues have been identified; however, you should ensure that there are no other significant changes or additions made to this part of your configuration that might affect functionality or security.

Expand Down