Merge pull request #255 from catcherwong/master

support nacos 2.1.0-BETA
This commit is contained in:
paderlol 2022-04-20 08:33:55 +08:00 committed by GitHub
commit f08ebecb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.0.4
ARG NACOS_VERSION=2.1.0-BETA
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.0.4
ARG NACOS_VERSION=2.1.0-BETA
ARG HOT_FIX_FLAG=""
RUN set -x \

View File

@ -1 +1 @@
NACOS_VERSION=v2.0.4
NACOS_VERSION=v2.1.0-BETA