Commit 86400066 by Johannes Zellner

Use new base image

1 parent 5bbeb698
Showing with 6 additions and 2 deletions
......@@ -25,3 +25,7 @@
[0.5.4]
* Fix upload files first time
[0.5.5]
* Use new base image
......@@ -9,7 +9,7 @@
"webserver",
"server"
],
"version": "0.5.4",
"version": "0.5.5",
"targetBoxVersion": "0.4.0",
"healthCheckPath": "/api/healthcheck",
"httpPort": 3000,
......
FROM cloudron/base:0.8.0
FROM cloudron/base:0.8.1
MAINTAINER Johannes Zellner <johannes@nebulon.de>
ENV DEBIAN_FRONTEND noninteractive
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!