Skip to content

Commit

Permalink
Bump to platform v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Nov 5, 2024
1 parent 1b23b33 commit bca430c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"lint": "standard ."
},
"dependencies": {
"@dashevo/dapi-client": "1.5.0",
"@dashevo/dapi-client": "1.5.1",
"@dashevo/dashd-rpc": "19.0.0",
"@fastify/cors": "^8.3.0",
"@scure/base": "^1.1.5",
"bs58": "^6.0.0",
"cbor": "^9.0.2",
"dash": "4.5.0",
"dash": "4.5.1",
"dotenv": "^16.3.1",
"fastify": "^4.21.0",
"fastify-metrics": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/pshenmic/platform-explorer#readme",
"description": "",
"dependencies": {
"dash": "4.5.0",
"dash": "4.5.1",
"dotenv": "^16.4.5"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions packages/indexer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions packages/indexer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM rust:1.82-alpine3.19 as build
RUN apk add --no-cache git cmake clang libressl-dev build-base

RUN apk add --no-cache git cmake clang openssl openssl-dev build-base
WORKDIR /
RUN git clone --depth 1 --branch v1.5.0 https://github.com/dashevo/platform
RUN git clone --depth 1 --branch v1.5.1 https://github.com/dashevo/platform
WORKDIR /app
COPY Cargo.lock /app
COPY Cargo.toml /app
Expand Down

0 comments on commit bca430c

Please sign in to comment.