Skip to content

Commit

Permalink
chore: bumped node 10.1.3 and db-sync 13.6.0.4 (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo authored Dec 10, 2024
1 parent cecf9a0 commit 8a5e574
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ARG IOHK_LIBSODIUM_GIT_REV=dbb48cce
ARG SECP256K1_VERSION=v0.3.2
ARG BLST_VERSION=v0.3.11

ARG NODE_VERSION=10.1.2
ARG CARDANO_DB_SYNC_VERSION=13.6.0.1
ARG NODE_VERSION=10.1.3
ARG CARDANO_DB_SYNC_VERSION=13.6.0.4

RUN mkdir -p /app/src
WORKDIR /app
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DOCKER_BUILDKIT=1 \
docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--cache-from=cardanofoundation/cardano-rosetta:master \
-t cardanofoundation/cardano-rosetta:2.4.0 \
-t cardanofoundation/cardano-rosetta:2.4.2 \
.
```
</details>
Expand All @@ -40,7 +40,7 @@ docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg NETWORK=preprod \
--cache-from=cardanofoundation/cardano-rosetta:master \
-t cardanofoundation/cardano-rosetta:2.4.0-preprod \
-t cardanofoundation/cardano-rosetta:2.4.2-preprod \
.
```

Expand All @@ -55,7 +55,7 @@ docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg NETWORK=preview \
--cache-from=cardanofoundation/cardano-rosetta:master \
-t cardanofoundation/cardano-rosetta:2.4.0-preview \
-t cardanofoundation/cardano-rosetta:2.4.2-preview \
.
```

Expand All @@ -71,7 +71,7 @@ docker build \
--build-arg CARDANO_DB_SYNC_VERSION=13.6.0.1 \
--build-arg DB_SYNC_TAG=sanch-5-1-0
--cache-from=cardanofoundation/cardano-rosetta:master \
-t cardanofoundation/cardano-rosetta:2.4.0-sanchonet \
-t cardanofoundation/cardano-rosetta:2.4.2-sanchonet \
.
```
</details>
Expand All @@ -90,7 +90,7 @@ docker run \
-p 8080:8080 \
-v cardano-rosetta:/data \
--shm-size=2g \
cardanofoundation/cardano-rosetta:2.4.0
cardanofoundation/cardano-rosetta:2.4.2
```
</details>

Expand All @@ -103,7 +103,7 @@ docker run \
-p 8081:8080 \
-v cardano-rosetta-preprod:/data \
--shm-size=2g \
cardanofoundation/cardano-rosetta:2.4.0-preprod
cardanofoundation/cardano-rosetta:2.4.2-preprod
```

</details>
Expand All @@ -117,7 +117,7 @@ docker run \
-p 8081:8080 \
-v cardano-rosetta-preview:/data \
--shm-size=2g \
cardanofoundation/cardano-rosetta:2.4.0-preview
cardanofoundation/cardano-rosetta:2.4.2-preview
```

</details>
Expand All @@ -131,7 +131,7 @@ docker run \
-p 8081:8080 \
-v cardano-rosetta-preview:/data \
--shm-size=2g \
cardanofoundation/cardano-rosetta:2.4.0-sanchonet
cardanofoundation/cardano-rosetta:2.4.2-sanchonet
```

</details>
Expand Down Expand Up @@ -195,8 +195,8 @@ docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg SNAPSHOT_URL=https://update-cardano-mainnet.iohk.io/cardano-db-sync/13.6/db-sync-snapshot-schema-13.6-block-11090788-x86_64.tgz \
--cache-from=cardanofoundation/cardano-rosetta:master \
-t cardanofoundation/cardano-rosetta:2.4.0-apply-snapshot \
https://github.com/cardanofoundation/cardano-rosetta.git#2.4.0
-t cardanofoundation/cardano-rosetta:2.4.2-apply-snapshot \
https://github.com/cardanofoundation/cardano-rosetta.git#2.4.2
```

</details>
Expand Down
2 changes: 1 addition & 1 deletion cardano-rosetta-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-rosetta-server",
"version": "2.4.0",
"version": "2.4.2",
"description": "Rosetta API server specification implementation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8a5e574

Please sign in to comment.