Skip to content

Commit

Permalink
release 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
paderlol committed Jan 23, 2024
1 parent 162d564 commit 15e18ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build&push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
uses: docker/metadata-action@v3
with:
images: nacos/nacos-server

flavor: |
latest=false
- name: Build and push Docker image
uses: docker/build-push-action@v2.3.0
with:
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV MODE="cluster" \
TOMCAT_ACCESSLOG_ENABLED="false" \
TIME_ZONE="Asia/Shanghai"

ARG NACOS_VERSION=1.4.6
ARG NACOS_VERSION=1.4.7
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=1.4.6
ARG NACOS_VERSION=1.4.7
ARG HOT_FIX_FLAG=""

RUN set -x \
Expand Down

0 comments on commit 15e18ce

Please sign in to comment.