Skip to content

Commit

Permalink
docs: Add mainnet v3.1 upgrade binaries.json file + Dockerfile format…
Browse files Browse the repository at this point in the history
…ting (#844)

* docs: Add mainnet v3.1 upgrade binaries.json file

* Fix Dockerfile formatting warning

---------

Co-authored-by: Ankur Banerjee <[email protected]>
  • Loading branch information
filipdjokic and ankurdotb authored Jan 22, 2025
1 parent a68f8fb commit 1a4d415
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM golang:1.22-alpine AS builder

# Install minimum necessary dependencies
ENV PACKAGES curl make git libc-dev bash gcc linux-headers findutils
ENV PACKAGES="curl make git libc-dev bash gcc linux-headers findutils"
RUN apk update && apk add --no-cache $PACKAGES

# Set working directory for the build
Expand Down
6 changes: 6 additions & 0 deletions networks/mainnet/upgrades/upgrade-v3.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"binaries": {
"linux/amd64": "https://github.com/cheqd/cheqd-node/releases/download/v3.1.4/cheqd-noded-3.1.4-linux-amd64.tar.gz?checksum=sha256:5726e5fdd8167fa90ed7b0bc658e93b5312e3122aecc861ffeb2b335c779c7a9",
"linux/arm64": "https://github.com/cheqd/cheqd-node/releases/download/v3.1.4/cheqd-noded-3.1.4-linux-arm64.tar.gz?checksum=sha256:ed83a7582dd6cc6bbbe763175d06f7b4911ef81aeef3769287ddd607a0198b3f"
}
}

0 comments on commit 1a4d415

Please sign in to comment.