Skip to content

Commit

Permalink
Merge pull request #447 from nacos-group/master-2.5.1
Browse files Browse the repository at this point in the history
Upgrade to 2.5.1
  • Loading branch information
KomachiSion authored Mar 11, 2025
2 parents a61632e + d11f709 commit 6a611cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV MODE="cluster" \
TOMCAT_ACCESSLOG_ENABLED="false" \
TIME_ZONE="Asia/Shanghai"

ARG NACOS_VERSION=2.5.0
ARG NACOS_VERSION=2.5.1
ARG HOT_FIX_FLAG=""

WORKDIR $BASE_DIR
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.Slim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amd64/buildpack-deps:buster-curl as installer

ARG NACOS_VERSION=2.5.0
ARG NACOS_VERSION=2.5.1
ARG HOT_FIX_FLAG=""

RUN set -x \
Expand Down
2 changes: 1 addition & 1 deletion example/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NACOS_VERSION=v2.5.0
NACOS_VERSION=v2.5.1

0 comments on commit 6a611cb

Please sign in to comment.