Skip to content

Commit 32d437d

Browse files
authored
Update README.md
1 parent f608c4a commit 32d437d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# docker-node-oracle
22

3-
43
Docker image to be used for building a container ready with Oracle instant client binaries and all necessary environment variables needed to use the primary Node.js Oracle Database driver libraries:
54

65
[strong-oracle](https://github.com/strongloop/strong-oracle)
@@ -28,4 +27,4 @@ FROM node:{VERSION}
2827

2928
### :latest
3029

31-
Using "latest" (FROM collinestes/docker-node-oracle) as the version will use "FROM NODE:6" as it's base image. It is recommended that you use a specific version (X.X.X) but if you only want the latest version of Node 6.X.X then latest will work.
30+
Using "latest" (FROM collinestes/docker-node-oracle) as the version will use "FROM NODE:8" as it's base image. It is recommended that you use a specific version (X.X.X) but if you only want the latest version of Node 6.X.X then latest will work.

0 commit comments

Comments
 (0)