diff --git a/portainer_agent/Dockerfile b/portainer_agent/Dockerfile index bfca9faed..940e238b7 100644 --- a/portainer_agent/Dockerfile +++ b/portainer_agent/Dockerfile @@ -27,7 +27,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Set shell -SHELL ["/bin/bash", "-o", "pipefail", "-c"] +SHELL ["/usr/bin/env bash", "-o", "pipefail", "-c"] ################## # 3 Install apps # diff --git a/portainer_agent/config.json b/portainer_agent/config.json index 6d2a7568b..bbeca3651 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-test3" + "version": "2.18.2-test4" } \ No newline at end of file