Browse Source

Upgrade Node.js to version 24

pull/7609/head
Thomas Kaul 2 weeks ago
parent
commit
5bcf46ac1f
  1. 2
      .github/workflows/docker-image.yml
  2. 2
      README.md

2
.github/workflows/docker-image.yml

@ -42,7 +42,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.output.labels }}

2
README.md

@ -75,7 +75,7 @@ The frontend is built with [Angular](https://angular.dev) and uses [Angular Mate
## Self-hosting
We provide official container images hosted on [Docker Hub](https://hub.docker.com/r/ghostfolio/ghostfolio) for `linux/amd64`, `linux/arm/v7` and `linux/arm64`.
We provide official container images hosted on [Docker Hub](https://hub.docker.com/r/ghostfolio/ghostfolio) for `linux/amd64` and `linux/arm64`.
Find answers to commonly asked questions about self-hosting Ghostfolio in our [Frequently Asked Questions (FAQ)](https://ghostfol.io/en/faq/self-hosting) section.

Loading…
Cancel
Save