diff --git a/portainer_agent/Dockerfile b/portainer_agent/Dockerfile index 45e29c1ed..4ae922d37 100644 --- a/portainer_agent/Dockerfile +++ b/portainer_agent/Dockerfile @@ -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 diff --git a/portainer_agent/config.json b/portainer_agent/config.json index 4819930df..e01f9b2d2 100644 --- a/portainer_agent/config.json +++ b/portainer_agent/config.json @@ -40,5 +40,5 @@ }, "slug": "portainer_agent", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.18.2-test9" + "version": "2.18.2-test1" } \ No newline at end of file