Skip to content

Commit bce899c

Browse files
author
mason
committed
[Docker,Compose] Update version to v1.5.0
1 parent 657e0ec commit bce899c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/gitlab-shell:v17
1414

1515
FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_nats:2.10.16 AS nats-server
1616

17-
FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:latest AS server
17+
FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v1.5.0 AS server
1818

19-
FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal:latest AS portal
19+
FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal:v1.5.0 AS portal
2020

2121
FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_builder:latest AS csghub-builder
2222

docker/compose/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
####################################################################################
44
## Version Configuration
55
CSGHUB_IMAGE_PREFIX="opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public"
6-
CSGHUB_VERSION="latest"
6+
CSGHUB_VERSION="v1.5.0"
77

88
####################################################################################
99
# Nginx Configuration

0 commit comments

Comments
 (0)