Skip to content

Commit

Permalink
Merge pull request #138 from covalenthq/develop
Browse files Browse the repository at this point in the history
IPFS-Pinner-DTM-RC:v1.2.4
  • Loading branch information
noslav authored Jan 8, 2025
2 parents 52224e2 + 5f5a6d6 commit 46dae18
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 46dae18

Please sign in to comment.