Skip to content

Commit

Permalink
steedos-enterprise:2.6.7-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangjianguo committed Feb 1, 2024
1 parent 046baff commit 695b63f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "lerna run build"
},
"dependencies": {
"@steedos/service-package-loader": "^2.6.7-beta.5",
"@steedos/service-package-loader": "^2.6.6",
"dotenv-flow": "^3.2.0",
"moleculer": "^0.14.31",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion steedos-platform-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "steedos start --config steedos.config.js"
},
"dependencies": {
"@steedos/service-community": "^2.6.5",
"@steedos/service-community": "^2.6.6",
"@steedos/service-enterprise": "2.5.13"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion steedos-platform/docker-compose-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:

steedos:
image: ecr.aws.steedos.cn/dockerhub/steedos/steedos-enterprise:2.6.7-beta.5
image: ecr.aws.steedos.cn/dockerhub/steedos/steedos-enterprise:2.6.7-beta.6
ports:
- "5000:5000" # Steedos
- "27017:27017" # MongoDB
Expand Down
2 changes: 1 addition & 1 deletion steedos-platform/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:

steedos:
image: ecr.aws.steedos.cn/dockerhub/steedos/steedos-community:2.6.7-beta.5
image: ecr.aws.steedos.cn/dockerhub/steedos/steedos-community:2.6
ports:
- "5000:5000" # Steedos
- "27017:27017" # MongoDB
Expand Down

0 comments on commit 695b63f

Please sign in to comment.