update to latest portainer version (2.14.2)

This commit is contained in:
2022-08-13 22:09:15 +02:00
parent ffddcfe663
commit 7cf16ee403
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \ && if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \
\ \
&& curl -L -s \ && 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/ | tar zxvf - -C /opt/
# Copy root filesystem # Copy root filesystem

View File

@@ -1,6 +1,6 @@
{ {
"name": "Portainer", "name": "Portainer",
"version": "3.0.2", "version": "3.1.0",
"slug": "portainer", "slug": "portainer",
"description": "Manage your Docker environment with ease.", "description": "Manage your Docker environment with ease.",
"url": "https://git.nstoerzbach.de/nico.stoerzbach/hassio-repository", "url": "https://git.nstoerzbach.de/nico.stoerzbach/hassio-repository",