Update to 2.11.0

This commit is contained in:
alexbelgium
2021-12-09 06:20:28 +01:00
parent 03d74dbdf0
commit acb1d22d53
3 changed files with 16 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
## 2.11.0 (09-12-2021)
- Update to latest version from portainer/portainer
## 2.9.3 (22-11-2021)
- Update to latest version from portainer/portainer

View File

@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
ARG BUILD_ARCH=amd64
ARG BUILD_UPSTREAM="2.9.3"
ARG BUILD_UPSTREAM="2.11.0"
ENV PACKAGES="nginx"
RUN \

View File

@@ -1,5 +1,10 @@
{
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
],
"description": "Manage your Docker environment with ease",
"docker_api": true,
"hassio_api": true,
@@ -7,7 +12,10 @@
"ingress_port": 1337,
"ingress_stream": true,
"init": false,
"map": ["share:rw", "ssl"],
"map": [
"share:rw",
"ssl"
],
"name": "Portainer",
"options": {
"ssl": false,
@@ -32,8 +40,8 @@
},
"slug": "portainer",
"startup": "services",
"upstream": "2.9.3",
"upstream": "2.11.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.9.3",
"version": "2.11.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]"
}