This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch feat/1.4.3/ui
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git

commit 6cf124b6c9037b091e7d95b12dd224059e580555
Author: shuai <[email protected]>
AuthorDate: Wed Dec 11 16:10:37 2024 +0800

    chore: Upgrade pnpm to 9.7
---
 Dockerfile | 2 +-
 Makefile   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 6f57aa07..52bcb038 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,7 +34,7 @@ ARG CGO_EXTRA_CFLAGS
 
 COPY . ${BUILD_DIR}
 WORKDIR ${BUILD_DIR}
-RUN apk --no-cache add build-base git bash nodejs npm && npm install -g 
[email protected] \
+RUN apk --no-cache add build-base git bash nodejs npm && npm install -g 
[email protected] \
     && make clean build
 
 RUN chmod 755 answer
diff --git a/Makefile b/Makefile
index 8b054aab..668f8db0 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ clean:
 
 install-ui-packages:
        @corepack enable
-       @corepack prepare [email protected] --activate
+       @corepack prepare [email protected] --activate
 
 ui:
        @cd ui && pnpm pre-install && pnpm build && cd -

Reply via email to