We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d8d05 commit 5a09ed9Copy full SHA for 5a09ed9
build/Dockerfile
@@ -23,7 +23,7 @@ ENV MODE="cluster" \
23
TOMCAT_ACCESSLOG_ENABLED="false" \
24
TIME_ZONE="Asia/Shanghai"
25
26
-ARG NACOS_VERSION=2.4.2.1
+ARG NACOS_VERSION=2.4.3
27
ARG HOT_FIX_FLAG=""
28
29
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 \
example/.env
@@ -1 +1 @@
-NACOS_VERSION=v2.4.2.1
+NACOS_VERSION=v2.4.3
0 commit comments