Skip to content

Commit b18c12e

Browse files
⬆️ Update Add-on base image
1 parent da7c342 commit b18c12e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

netbird/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base:18.0.3
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:18.1.0
22

3-
FROM netbirdio/netbird:0.51.2 as netbird-container
3+
FROM netbirdio/netbird:0.54.2 as netbird-container
44

55
# hadolint ignore=DL3006
66
FROM ${BUILD_FROM}

netbird/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:18.0.3
4-
amd64: ghcr.io/hassio-addons/base:18.0.3
5-
armhf: ghcr.io/hassio-addons/base:18.0.3
6-
armv7: ghcr.io/hassio-addons/base:18.0.3
7-
i386: ghcr.io/hassio-addons/base:18.0.3
3+
aarch64: ghcr.io/hassio-addons/base:18.1.0
4+
amd64: ghcr.io/hassio-addons/base:18.1.0
5+
armhf: ghcr.io/hassio-addons/base:18.1.0
6+
armv7: ghcr.io/hassio-addons/base:18.1.0
7+
i386: ghcr.io/hassio-addons/base:18.1.0
88
codenotary:
99
base_image: [email protected]
1010

0 commit comments

Comments
 (0)