Release 1.4.4

This commit is contained in:
pader 2022-08-10 15:55:35 +08:00
parent d0c23802ff
commit ce6edf4465
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ docker run --name nacos-quick -e MODE=standalone -p 8848:8848 -p 9848:9848 -d na
`example/.env`
```dotenv
NACOS_VERSION=2.1.0
NACOS_VERSION=v1.4.4
```
Run the following command

View File

@ -20,7 +20,7 @@ ENV MODE="cluster" \
TOMCAT_ACCESSLOG_ENABLED="false" \
TIME_ZONE="Asia/Shanghai"
ARG NACOS_VERSION=2.1.0
ARG NACOS_VERSION=1.4.4
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.1.0
ARG NACOS_VERSION=1.4.4
ARG HOT_FIX_FLAG=""
RUN set -x \

View File

@ -1 +1 @@
NACOS_VERSION=v2.1.0
NACOS_VERSION=v1.4.4