Release 2.3.1 (#394)

This commit is contained in:
杨翊 SionYang 2024-03-04 16:00:42 +08:00 committed by GitHub
parent 1ae32a2c8e
commit 20a1a9becf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ ENV MODE="cluster" \
TOMCAT_ACCESSLOG_ENABLED="false" \
TIME_ZONE="Asia/Shanghai"
ARG NACOS_VERSION=2.2.3
ARG NACOS_VERSION=2.3.1
ARG HOT_FIX_FLAG=""
WORKDIR $BASE_DIR

View File

@ -1,6 +1,6 @@
FROM amd64/buildpack-deps:buster-curl as installer
ARG NACOS_VERSION=2.2.3
ARG NACOS_VERSION=2.3.1
ARG HOT_FIX_FLAG=""
RUN set -x \

View File

@ -1 +1 @@
NACOS_VERSION=v2.3.0
NACOS_VERSION=v2.3.1