Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanVerbner committed Jan 30, 2024
1 parent 3c50808 commit 597e953
Show file tree
Hide file tree
Showing 3 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 @@ -113,7 +113,7 @@ RUN cabal install cardano-db-sync \
RUN rm -rf /usr/local/lib/ghc-${GHC_VERSION} /usr/local/lib/pkgconfig

FROM ubuntu:${UBUNTU_VERSION} as ubuntu-nodejs
ARG NODEJS_MAJOR_VERSION=14
ARG NODEJS_MAJOR_VERSION=18
ENV DEBIAN_FRONTEND=nonintercative
RUN apt-get update && apt-get install curl -y &&\
curl --proto '=https' --tlsv1.2 -sSf -L https://deb.nodesource.com/setup_${NODEJS_MAJOR_VERSION}.x | bash - &&\
Expand Down
2 changes: 1 addition & 1 deletion cardano-rosetta-server/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.5.0
v18.8.0
2 changes: 1 addition & 1 deletion cardano-rosetta-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and interfacing with `cardano-node` via `cardano-cli`.

### Requirements

- `node@v14.5.0`
- `node@v18.8.0`
- `[email protected]`
- `docker`
- `docker-compose`
Expand Down

0 comments on commit 597e953

Please sign in to comment.