Skip to content
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
2 changes: 1 addition & 1 deletion netbird/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.4
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.5

FROM netbirdio/netbird:0.31.0 as netbird-container

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:16.3.4
amd64: ghcr.io/hassio-addons/base:16.3.4
armhf: ghcr.io/hassio-addons/base:16.3.4
armv7: ghcr.io/hassio-addons/base:16.3.4
i386: ghcr.io/hassio-addons/base:16.3.4
aarch64: ghcr.io/hassio-addons/base:16.3.5
amd64: ghcr.io/hassio-addons/base:16.3.5
armhf: ghcr.io/hassio-addons/base:16.3.5
armv7: ghcr.io/hassio-addons/base:16.3.5
i386: ghcr.io/hassio-addons/base:16.3.5
codenotary:
base_image: [email protected]
signer: [email protected]
Loading