From ace0d0c7642f847bd9b1d5779fcccf47f431731b Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 20 May 2023 21:21:36 +0200 Subject: [PATCH] test alpine https://github.com/alexbelgium/hassio-addons/issues/565 --- portainer_agent/build.json | 6 +++--- portainer_agent/config.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/portainer_agent/build.json b/portainer_agent/build.json index c92d39a3f..54edf803c 100644 --- a/portainer_agent/build.json +++ b/portainer_agent/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "portainer/agent:latest", - "amd64": "portainer/agent:latest", - "armv7": "portainer/agent:latest" + "aarch64": "portainer/agent:alpine", + "amd64": "portainer/agent:alpine", + "armv7": "portainer/agent:alpine" }, "codenotary": { "signer": "alexandrep.github@gmail.com" diff --git a/portainer_agent/config.json b/portainer_agent/config.json index 57623303f..6d2a7568b 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-test2" + "version": "2.18.2-test3" } \ No newline at end of file