update to latest portainer version (2.14.2)
This commit is contained in:
@@ -14,7 +14,7 @@ RUN \
|
||||
&& if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \
|
||||
\
|
||||
&& curl -L -s \
|
||||
"https://github.com/portainer/portainer/releases/download/2.6.2/portainer-2.6.2-linux-${ARCH}.tar.gz" \
|
||||
"https://github.com/portainer/portainer/releases/download/2.14.2/portainer-2.14.2-linux-${ARCH}.tar.gz" \
|
||||
| tar zxvf - -C /opt/
|
||||
|
||||
# Copy root filesystem
|
||||
|
||||
Reference in New Issue
Block a user