diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 5b5cfcd..6975d29 100755 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -14,7 +14,7 @@ RUN \ && if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \ \ && curl -L -s \ - "https://github.com/portainer/portainer/releases/download/2.6.2/portainer-2.6.2-linux-${ARCH}.tar.gz" \ + "https://github.com/portainer/portainer/releases/download/2.14.2/portainer-2.14.2-linux-${ARCH}.tar.gz" \ | tar zxvf - -C /opt/ # Copy root filesystem diff --git a/portainer/config.json b/portainer/config.json index 2baf488..b72d5d9 100755 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,6 +1,6 @@ { "name": "Portainer", - "version": "3.0.2", + "version": "3.1.0", "slug": "portainer", "description": "Manage your Docker environment with ease.", "url": "https://git.nstoerzbach.de/nico.stoerzbach/hassio-repository",