diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 9221e6a98..45c24c94d 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.11.1 (08-02-2022) +- Update to latest version from portainer/portainer - New standardized logic for Dockerfile build and packages installation - Improve architecture detection diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 9ea55f1ec..7f000cf56 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -25,7 +25,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG BUILD_UPSTREAM="2.11.0" +ARG BUILD_UPSTREAM="2.11.1" # spellcheck disable=SC2015 # hadolint ignore=SC2015 diff --git a/portainer/config.json b/portainer/config.json index 5c8bcf215..3ace88f81 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,5 +1,9 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "description": "Manage your Docker environment with ease", "docker_api": true, "hassio_api": true, @@ -7,7 +11,10 @@ "ingress_port": 1337, "ingress_stream": true, "init": false, - "map": ["share:rw", "ssl"], + "map": [ + "share:rw", + "ssl" + ], "name": "Portainer", "options": { "ssl": false, @@ -32,8 +39,8 @@ }, "slug": "portainer", "startup": "services", - "upstream": "2.11.0", + "upstream": "2.11.1", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.11.0-3", + "version": "2.11.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:9099]" }