Skip to content

Commit

Permalink
update w3cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogarcia committed Jan 7, 2025
1 parent 405e591 commit b232f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b232f46

Please sign in to comment.