Skip to content

Commit

Permalink
chore: bumped node to version 8.9.4 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo authored Jul 4, 2024
1 parent 7fd45f2 commit ef0f430
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG IOHK_LIBSODIUM_GIT_REV=dbb48cce
ARG SECP256K1_VERSION=v0.3.2
ARG BLST_VERSION=v0.3.11

ARG NODE_VERSION=8.9.3
ARG NODE_VERSION=8.9.4
ARG CARDANO_DB_SYNC_VERSION=13.2.0.2

RUN mkdir -p /app/src
Expand Down
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DOCKER_BUILDKIT=1 \
docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--cache-from=cardanofoundation/cardano-rosetta:master \
-t cardanofoundation/cardano-rosetta:2.2.4 \
-t cardanofoundation/cardano-rosetta:2.2.5 \
.
```

Expand All @@ -37,7 +37,7 @@ docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg NETWORK=preprod \
--cache-from=cardanofoundation/cardano-rosetta:master \
-t cardanofoundation/cardano-rosetta:2.2.4-preprod \
-t cardanofoundation/cardano-rosetta:2.2.5-preprod \
.
```

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

Expand All @@ -68,7 +68,7 @@ docker build \
--build-arg CARDANO_DB_SYNC_VERSION=13.2.0.2 \
--build-arg DB_SYNC_TAG=sanch-3-0-0
--cache-from=cardanofoundation/cardano-rosetta:master \
-t cardanofoundation/cardano-rosetta:2.2.4-sanchonet \
-t cardanofoundation/cardano-rosetta:2.2.5-sanchonet \
.
```

Expand All @@ -88,8 +88,7 @@ docker run \
-p 8080:8080 \
-v cardano-rosetta:/data \
--shm-size=2g \
cardanofoundation/cardano-rosetta:2.2.4
```
cardanofoundation/cardano-rosetta:2.2.5

</details>

Expand All @@ -102,7 +101,7 @@ docker run \
-p 8081:8080 \
-v cardano-rosetta-preprod:/data \
--shm-size=2g \
cardanofoundation/cardano-rosetta:2.2.4-preprod
cardanofoundation/cardano-rosetta:2.2.5-preprod
```

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

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

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

</details>
Expand All @@ -202,7 +201,7 @@ docker run \
-p 8080:8080 \
-v cardano-rosetta:/data \
--shm-size=2g \
cardanofoundation/cardano-rosetta:2.2.4-apply-snapshot
cardanofoundation/cardano-rosetta:2.2.5-apply-snapshot
```

</details>
Expand Down

0 comments on commit ef0f430

Please sign in to comment.