diff --git a/Dockerfile b/Dockerfile index 26f81aa..a049aa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghostfolio/ghostfolio:2.100.0 +FROM ghostfolio/ghostfolio:2.103.0 ARG BUILD_ARCH ARG BASHIO_VERSION=0.16.2 @@ -12,6 +12,7 @@ ENV \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 +USER root RUN apt-get update && apt-get install -y \ curl \ git \ @@ -38,6 +39,7 @@ RUN apt-get update && apt-get install -y \ COPY rootfs / RUN chmod a+x /etc/services.d/*/run /etc/services.d/*/finish +USER node ENTRYPOINT ["/init"] diff --git a/build.json b/build.json index 02a54ea..3ae0194 100644 --- a/build.json +++ b/build.json @@ -5,7 +5,7 @@ "armv7": "ghostfolio/ghostfolio:not-used" }, "args": { - "ghostfolio_version": "2.100.0" + "ghostfolio_version": "2.103.0" }, "codenotary": { "signer": "colin@symr.io"