diff --git a/netbird-server/Dockerfile b/netbird-server/Dockerfile index 60c52f038..d7f313ca9 100644 --- a/netbird-server/Dockerfile +++ b/netbird-server/Dockerfile @@ -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 ##################