diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 6975d29..3773c18 100755 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.2.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.2.4 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -14,7 +14,7 @@ RUN \ && if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \ \ && curl -L -s \ - "https://github.com/portainer/portainer/releases/download/2.14.2/portainer-2.14.2-linux-${ARCH}.tar.gz" \ + "https://github.com/portainer/portainer/releases/download/2.16.0/portainer-2.16.0-linux-${ARCH}.tar.gz" \ | tar zxvf - -C /opt/ # Copy root filesystem @@ -40,7 +40,7 @@ LABEL \ org.opencontainers.image.title="${BUILD_NAME}" \ org.opencontainers.image.description="${BUILD_DESCRIPTION}" \ org.opencontainers.image.vendor="Home Assistant Community Add-ons" \ - org.opencontainers.image.authors="Franck Nijhof " \ + org.opencontainers.image.authors="Nico Störzbach " \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.url="https://addons.community" \ org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \ diff --git a/portainer/build.json b/portainer/build.json index 75d9754..073b266 100644 --- a/portainer/build.json +++ b/portainer/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:12.2.2", - "amd64": "ghcr.io/hassio-addons/base/amd64:12.2.2", - "armhf": "ghcr.io/hassio-addons/base/armhf:12.2.2", - "armv7": "ghcr.io/hassio-addons/base/armv7:12.2.2" + "aarch64": "ghcr.io/hassio-addons/base/aarch64:12.2.4", + "amd64": "ghcr.io/hassio-addons/base/amd64:12.2.4", + "armhf": "ghcr.io/hassio-addons/base/armhf:12.2.4", + "armv7": "ghcr.io/hassio-addons/base/armv7:12.2.4" } } diff --git a/portainer/config.json b/portainer/config.json index b72d5d9..0f6921e 100755 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,6 +1,6 @@ { "name": "Portainer", - "version": "3.1.0", + "version": "3.2.0", "slug": "portainer", "description": "Manage your Docker environment with ease.", "url": "https://git.nstoerzbach.de/nico.stoerzbach/hassio-repository",