Skip to content

⬆️ Update Add-on base image #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions netbird/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:18.0.3
ARG BUILD_FROM=ghcr.io/hassio-addons/base:18.1.0

FROM netbirdio/netbird:0.51.2 as netbird-container
FROM netbirdio/netbird:0.54.2 as netbird-container

# hadolint ignore=DL3006
FROM ${BUILD_FROM}
Expand Down
10 changes: 5 additions & 5 deletions netbird/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:18.0.3
amd64: ghcr.io/hassio-addons/base:18.0.3
armhf: ghcr.io/hassio-addons/base:18.0.3
armv7: ghcr.io/hassio-addons/base:18.0.3
i386: ghcr.io/hassio-addons/base:18.0.3
aarch64: ghcr.io/hassio-addons/base:18.1.0
amd64: ghcr.io/hassio-addons/base:18.1.0
armhf: ghcr.io/hassio-addons/base:18.1.0
armv7: ghcr.io/hassio-addons/base:18.1.0
i386: ghcr.io/hassio-addons/base:18.1.0
codenotary:
base_image: [email protected]
signer: [email protected]
Loading