Update to 2.5.1

This commit is contained in:
alexbelgium
2021-05-28 01:56:48 +02:00
parent ec5e4b467e
commit a303047cdc
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.5.1 (28-05-2021)
- Update to latest version from portainer/portainer
## 2.5.0 (25-05-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
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
ARG BUILD_UPSTREAM="2.5.0"
ARG BUILD_UPSTREAM="2.5.1"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

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