We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a1a9b commit c150bceCopy full SHA for c150bce
build/Dockerfile
@@ -20,7 +20,7 @@ ENV MODE="cluster" \
20
TOMCAT_ACCESSLOG_ENABLED="false" \
21
TIME_ZONE="Asia/Shanghai"
22
23
-ARG NACOS_VERSION=2.3.1
+ARG NACOS_VERSION=2.3.2
24
ARG HOT_FIX_FLAG=""
25
26
WORKDIR $BASE_DIR
build/Dockerfile.Slim
@@ -1,6 +1,6 @@
1
FROM amd64/buildpack-deps:buster-curl as installer
2
3
4
5
6
RUN set -x \
0 commit comments