Skip to content

Commit

Permalink
Update Ghostfolio to v2.103.0 (#70)
Browse files Browse the repository at this point in the history
* Update Ghostfolio to v2.103.0

* Set user

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Colin Seymour <[email protected]>
  • Loading branch information
renovate[bot] and lildude authored Sep 15, 2024
1 parent 5fe80d4 commit f630239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 \
Expand All @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"armv7": "ghostfolio/ghostfolio:not-used"
},
"args": {
"ghostfolio_version": "2.100.0"
"ghostfolio_version": "2.103.0"
},
"codenotary": {
"signer": "[email protected]"
Expand Down

0 comments on commit f630239

Please sign in to comment.