Update to 2.6.3

This commit is contained in:
alexbelgium
2021-08-07 16:04:04 +02:00
parent c15480b624
commit 6629c594e7
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.6.3 (07-08-2021)
- Update to latest version from lastversion-test-repos/portainer
## 2.6.2 (02-08-2021) ## 2.6.2 (02-08-2021)
- Update to latest version from portainer/portainer - Update to latest version from portainer/portainer

View File

@@ -1,7 +1,7 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0 ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
ARG BUILD_UPSTREAM="2.6.2" ARG BUILD_UPSTREAM="2.6.3"
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

@@ -1,7 +1,7 @@
{ {
"name": "Portainer", "name": "Portainer",
"version": "2.6.2", "version": "2.6.3",
"upstream": "2.6.2", "upstream": "2.6.3",
"slug": "portainer", "slug": "portainer",
"description": "Manage your Docker environment with ease", "description": "Manage your Docker environment with ease",
"url": "https://github.com/hassio-addons/addon-portainer", "url": "https://github.com/hassio-addons/addon-portainer",