Merge pull request #2469 from alexbelgium/codex/fix-github-actions-workflow-failure

Use build-provided base image for netbird-server (multi-arch fix)
This commit is contained in:
Alexandre
2026-02-08 20:28:25 +01:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ FROM netbirdio/dashboard:${DASHBOARD_VERSION} AS netbird-dashboard
#################
ARG BUILD_FROM
FROM ghcr.io/hassio-addons/base/amd64:stable
FROM ${BUILD_FROM}
ENV BASHIO_VERSION=0.14.3
##################