diff --git a/ente/Dockerfile b/ente/Dockerfile index ebe52f6c3..feba22396 100644 --- a/ente/Dockerfile +++ b/ente/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_VERSION ARG BUILD_FROM -FROM BUILD_FROM +FROM ghcr.io/ente-io/server:latest ################## # 2 Modify Image # diff --git a/ente/config.json b/ente/config.json index 663942bf5..6ef462d58 100644 --- a/ente/config.json +++ b/ente/config.json @@ -80,7 +80,7 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0.0test", + "version": "1.0.0test2", "video": true, "webui": "http://[HOST]:[PORT:3000]" }