From 5677a5055c42490a3c981b2120f4a9b025aa6bb5 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 20 May 2023 21:45:04 +0200 Subject: [PATCH] test --- portainer_agent/Dockerfile | 4 ++-- portainer_agent/config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/portainer_agent/Dockerfile b/portainer_agent/Dockerfile index 4ae922d37..45e29c1ed 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 18f1da263..4819930df 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-test8" + "version": "2.18.2-test9" } \ No newline at end of file