Skip to content

Commit

Permalink
bump version to 1.0.0-beta.1 (#12567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly authored Jan 9, 2025
1 parent 4deb02f commit 782abce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-api:1.0.0-beta1
image: langgenius/dify-api:1.0.0-beta.1
restart: always
environment:
# Use the shared environment variables.
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker:
image: langgenius/dify-api:1.0.0-beta1
image: langgenius/dify-api:1.0.0-beta.1
restart: always
environment:
# Use the shared environment variables.
Expand Down Expand Up @@ -64,7 +64,7 @@ services:

# Frontend web application.
web:
image: langgenius/dify-web:1.0.0-beta1
image: langgenius/dify-web:1.0.0-beta.1
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-api:1.0.0-beta1
image: langgenius/dify-api:1.0.0-beta.1
restart: always
environment:
# Use the shared environment variables.
Expand Down Expand Up @@ -443,7 +443,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker:
image: langgenius/dify-api:1.0.0-beta1
image: langgenius/dify-api:1.0.0-beta.1
restart: always
environment:
# Use the shared environment variables.
Expand Down Expand Up @@ -471,7 +471,7 @@ services:

# Frontend web application.
web:
image: langgenius/dify-web:1.0.0-beta1
image: langgenius/dify-web:1.0.0-beta.1
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
Expand Down

0 comments on commit 782abce

Please sign in to comment.