From b232f466c9e187fbde992d56c2e9c669fc101b2a Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Tue, 7 Jan 2025 15:06:07 -0800 Subject: [PATCH] update w3cli version --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6b8990..ee5b3ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN go mod download && CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o FROM alpine:3.20 RUN mkdir /app WORKDIR /app -RUN apk update && apk add --no-cache bash nodejs npm git && npm install -g @web3-storage/w3cli@v7.6.2 && npm install -g crypto-random-string +RUN apk update && apk add --no-cache bash nodejs npm git && npm install -g @web3-storage/w3cli@v7.9.1 && npm install -g crypto-random-string COPY --from=builder --chmod=700 /build/ipfs-server /app RUN apk del git && rm -rf /var/cache/apk/* /root/.npm /tmp/* diff --git a/README.md b/README.md index b05191c..1b5a28c 100644 --- a/README.md +++ b/README.md @@ -138,10 +138,10 @@ We'll use w3cli to login and create a new space and register. #### installation ```bash -➜ npm install -g @web3-storage/w3cli@v7.6.2 +➜ npm install -g @web3-storage/w3cli@v7.9.1 ➜ w3 --version -w3, 7.6.2 +w3, 7.9.1 ``` #### login and check spaces