update Portainer

This commit is contained in:
2022-12-28 22:37:55 +01:00
parent 62b412d28d
commit 10b4debdf5

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.16.0/portainer-2.16.0-linux-${ARCH}.tar.gz" \ "https://github.com/portainer/portainer/releases/download/2.16.2/portainer-2.16.2-linux-${ARCH}.tar.gz" \
| tar zxvf - -C /opt/ | tar zxvf - -C /opt/
# Copy root filesystem # Copy root filesystem