You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# docker-node-oracle
2
2
3
-
4
3
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:
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