Updater bot : portainer updated to 2.11.1

This commit is contained in:
alexbelgium
2022-02-10 01:58:10 +01:00
parent cc74cb7448
commit 8c4ae43c1e
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.11.1 (10-02-2022)
- Update to latest version from portainer/portainer
## 2.11.0 (08-02-2022)
- Update to latest version from portainer/portainer

View File

@@ -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

View File

@@ -39,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",
"version": "2.11.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]"
}