update protainer version to 2.16.0 and hassio base image
This commit is contained in:
@@ -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 <frenck@addons.community>" \
|
||||
org.opencontainers.image.authors="Nico Störzbach <nico@nstoerzbach.de>" \
|
||||
org.opencontainers.image.licenses="MIT" \
|
||||
org.opencontainers.image.url="https://addons.community" \
|
||||
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
|
||||
|
||||
Reference in New Issue
Block a user