From 664fed8240513bd1058e3c6821c7342317a2ebcd Mon Sep 17 00:00:00 2001 From: catcherwong Date: Thu, 17 Jun 2021 08:29:16 +0800 Subject: [PATCH] Nacos 2.0.2 --- README.md | 4 ++-- build/Dockerfile | 2 +- example/.env | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9fcf692..98f70b8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This project contains a Docker image meant to facilitate the deployment of [Naco ## Quick Start ```shell -docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-server:2.0.1 +docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-server:2.0.2 ``` @@ -32,7 +32,7 @@ docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-ser * Tips: You can change the version of the Nacos image in the compose file from the following configuration. `example/.env` ```dotenv -NACOS_VERSION=2.0.1 +NACOS_VERSION=2.0.2 ``` Run the following command: diff --git a/build/Dockerfile b/build/Dockerfile index eec10d3..cb45010 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -20,7 +20,7 @@ ENV MODE="cluster" \ TOMCAT_ACCESSLOG_ENABLED="false" \ TIME_ZONE="Asia/Shanghai" -ARG NACOS_VERSION=2.0.1 +ARG NACOS_VERSION=2.0.2 ARG HOT_FIX_FLAG="" WORKDIR $BASE_DIR diff --git a/example/.env b/example/.env index 932f041..38c3fc4 100644 --- a/example/.env +++ b/example/.env @@ -1 +1 @@ -NACOS_VERSION=2.0.1 \ No newline at end of file +NACOS_VERSION=2.0.2 \ No newline at end of file