update portainer to 2.18.4

This commit is contained in:
2023-07-23 19:14:28 +02:00
parent 10b4debdf5
commit bfa325775c
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.2.4
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:14.0.5
# 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.16.2/portainer-2.16.2-linux-${ARCH}.tar.gz" \
"https://github.com/portainer/portainer/releases/download/2.18.4/portainer-2.18.4-linux-${ARCH}.tar.gz" \
| tar zxvf - -C /opt/
# Copy root filesystem

View File

@@ -1,8 +1,8 @@
{
"build_from": {
"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"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:14.0.5",
"amd64": "ghcr.io/hassio-addons/base/amd64:14.0.5",
"armhf": "ghcr.io/hassio-addons/base/armhf:14.0.5",
"armv7": "ghcr.io/hassio-addons/base/armv7:14.0.5"
}
}

View File

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