This commit is contained in:
Alexandre
2023-05-20 21:47:28 +02:00
parent 5677a5055c
commit 20ee177c8f
2 changed files with 3 additions and 3 deletions

View File

@@ -14,11 +14,11 @@
# 1 Build Image #
#################
FROM portainer/agent:alpine as agent
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.0
FROM ${BUILD_FROM}
FROM portainer/agent:alpine as agent
ENV PORTAINER_AGENT_ARGS=""
ENV FIRST_HEALTHCHECK_TIMEOUT=20