File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 - name : raglite
4545 dockerfile : docker/raglite/Dockerfile
4646 context : docker/raglite
47- tag : " v2.10.5 "
47+ tag : " v2.11.0 "
4848
4949 steps :
5050 - name : Checkout code
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ services:
171171
172172 raglite :
173173 container_name : koala-qa-raglite
174- image : chaitin-registry.cn-hangzhou.cr.aliyuncs.com/koalaqa/raglite:v2.10.5
174+ image : chaitin-registry.cn-hangzhou.cr.aliyuncs.com/koalaqa/raglite:v2.11.0
175175 restart : always
176176 environment :
177177 - TZ=${TIMEZONE:-Asia/Shanghai}
Original file line number Diff line number Diff line change 1- FROM chaitin-registry.cn-hangzhou.cr.aliyuncs.com/chaitin/raglite:v2.10.5
1+ FROM chaitin-registry.cn-hangzhou.cr.aliyuncs.com/chaitin/raglite:v2.11.0
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ image.db:
3131
3232image.raglite :
3333 cd docker/raglite && DOCKER_BUILDKIT=1 docker build \
34- -t chaitin-registry.cn-hangzhou.cr.aliyuncs.com/koalaqa/raglite:v2.10.5 .
34+ -t chaitin-registry.cn-hangzhou.cr.aliyuncs.com/koalaqa/raglite:v2.11.0 .
3535
3636image.nginx :
3737 cd docker/nginx && DOCKER_BUILDKIT=1 docker build \
You can’t perform that action at this time.
0 commit comments