Updated portainer

This commit is contained in:
2023-07-23 10:06:17 -05:00
parent 6a6368e10f
commit abe2cb010f
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ RUN if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi && \
if [ "${BUILD_ARCH}" = "armhf" ]; then ARCH="arm"; fi && \
if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="arm"; fi && \
if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi && \
curl -L -s "https://github.com/portainer/portainer/releases/download/2.17.1/portainer-2.17.1-linux-${ARCH}.tar.gz" | tar zxvf - -C /opt/
curl -L -s "https://github.com/portainer/portainer/releases/download/2.18.4/portainer-2.18.4-linux-${ARCH}.tar.gz" | tar zxvf - -C /opt/
COPY /init.sh /