feat(完善部署脚本): 完善Nacos安全策略

防止Nacos默认secretKey攻击
This commit is contained in:
OTTO 2024-03-15 14:17:26 +08:00
parent 8e2a10fc34
commit b022e384bf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM nacos/nacos-server:v2.2.0
FROM nacos/nacos-server:v2.3.1
# author
MAINTAINER gitlink