Skip to content

Commit c150bce

Browse files
authored
Upgrade to 2.3.2 (#401)
1 parent 20a1a9b commit c150bce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV MODE="cluster" \
2020
TOMCAT_ACCESSLOG_ENABLED="false" \
2121
TIME_ZONE="Asia/Shanghai"
2222

23-
ARG NACOS_VERSION=2.3.1
23+
ARG NACOS_VERSION=2.3.2
2424
ARG HOT_FIX_FLAG=""
2525

2626
WORKDIR $BASE_DIR

build/Dockerfile.Slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM amd64/buildpack-deps:buster-curl as installer
22

3-
ARG NACOS_VERSION=2.3.1
3+
ARG NACOS_VERSION=2.3.2
44
ARG HOT_FIX_FLAG=""
55

66
RUN set -x \

0 commit comments

Comments
 (0)