This commit is contained in:
Alexandre
2023-05-20 21:41:54 +02:00
parent cfa6e80301
commit e8391e0250
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -40,5 +40,5 @@
},
"slug": "portainer_agent",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.18.2-test7"
"version": "2.18.2-test8"
}