Skip to content

Commit 5d97c1d

Browse files
author
IYaksha
committed
fix: typo in README.md regarding docker image base in Dockerfile
1 parent e0df5e9 commit 5d97c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ export NVM_DIR="$HOME/.nvm"
788788
789789
## Docker For Development Environment
790790
791-
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:
791+
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:
792792
793793
```sh
794794
$ docker build -t nvm-dev .

0 commit comments

Comments
 (0)