Skip to content

Commit

Permalink
update base nodejs image version to fixx aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Apr 22, 2024
1 parent 02b3c59 commit be1ac74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dbstats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.1

- Update base node image to fix bug in aarch64 build

## 0.5.0

- Add support for multiple platforms (aarch64, armv7)
Expand Down
2 changes: 1 addition & 1 deletion dbstats/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.1.3
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.2.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down
2 changes: 1 addition & 1 deletion dbstats/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DbStats
version: 0.5.0
version: 0.5.1
slug: dbstats
description: Database stats for Home Assistant
image: ghcr.io/jehy/dbstats-addon-{arch}
Expand Down

0 comments on commit be1ac74

Please sign in to comment.