change base image version

This commit is contained in:
Girish Ramakrishnan
2016-08-21 21:03:15 -07:00
parent 8bebbfbace
commit 36f7e573a8
3 changed files with 6 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ console.log("Server running at port 8000");
The Dockerfile contains instructions on how to create an image for your application.
```Dockerfile
FROM cloudron/base:0.8.1
FROM cloudron/base:0.9.0
ADD server.js /app/code/server.js
@@ -188,7 +188,7 @@ Build scheduled with id e7706847-f2e3-4ba2-9638-3f334a9453a5
Waiting for build to begin, this may take a bit...
Downloading source
Building
Step 1 : FROM cloudron/base:0.8.1
Step 1 : FROM cloudron/base:0.9.0
---> be9fc6312b2d
Step 2 : ADD server.js /app/code/server.js
---> 10513e428d7a