From 3830ddd2dc28464cf8d6deac7114958f284f7d7e Mon Sep 17 00:00:00 2001 From: zramsay Date: Mon, 11 Mar 2024 13:05:56 +0000 Subject: [PATCH] use available node version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45ce92595..a266e56a8 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ The [`docker`](./docker) subfolder has some docker configurations for easily set Using multistage dockerfile dist is compiled using [node](https://hub.docker.com/_/node) image and later packed to nginx as in [dist build](#dist-build). The multistage builds ensures consistent CPU architecture and build toolchains are used so that the result will be identical. ```bash -docker build --build-arg APP=[YOUR APP] --build-arg NODE_VERSION=20.9.1 --build-arg ENV_NAME=mainnet -t [TAG] -f docker/node-inside-docker.Dockerfile . +docker build --build-arg APP=[YOUR APP] --build-arg NODE_VERSION=20.11 --build-arg ENV_NAME=mainnet -t [TAG] -f docker/node-inside-docker.Dockerfile . ``` ### Computing ipfs-hash of the build