feat: release 1.6.1

This commit is contained in:
Mikucat 2024-04-07 18:42:11 +08:00
parent f98842c67e
commit 258b811c3f
No known key found for this signature in database
GPG Key ID: CE6B09A6F462E04D

View File

@ -18,7 +18,7 @@ services:
- POSTGRES_PASSWORD=onlinejudge
oj-judge:
image: registry.cn-hongkong.aliyuncs.com/oj-image/judge:1.6.0
image: registry.cn-hongkong.aliyuncs.com/oj-image/judge:1.6.1
restart: always
read_only: true
cap_drop:
@ -41,7 +41,7 @@ services:
# - judger_debug=1
oj-backend:
image: registry.cn-hongkong.aliyuncs.com/oj-image/backend:1.6.0
image: registry.cn-hongkong.aliyuncs.com/oj-image/backend:1.6.1
restart: always
depends_on:
- oj-redis