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