From 62d45af17ed80d98931fbbb65f50ac4c376892db Mon Sep 17 00:00:00 2001 From: IYaksha Date: Mon, 30 Aug 2021 19:20:03 +0530 Subject: [PATCH] [readme] fix typo regarding docker image base in Dockerfile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbd0ef4..a1b8449 100644 --- a/README.md +++ b/README.md @@ -788,7 +788,7 @@ export NVM_DIR="$HOME/.nvm" ## Docker For Development Environment -To make the development and testing work easier, we have a Dockerfile for development usage, which is based on Ubuntu 14.04 base image, prepared with essential and useful tools for `nvm` development, to build the docker image of the environment, run the docker command at the root of `nvm` repository: +To make the development and testing work easier, we have a Dockerfile for development usage, which is based on Ubuntu 16.04 base image, prepared with essential and useful tools for `nvm` development, to build the docker image of the environment, run the docker command at the root of `nvm` repository: ```sh $ docker build -t nvm-dev .