Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
⬆️ Upgrades Portainer to v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 26, 2019
1 parent e1c259f commit 200e7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \
\
&& curl -L -s \
"https://github.com/portainer/portainer/releases/download/1.21.0/portainer-1.21.0-linux-${ARCH}.tar.gz" \
"https://github.com/portainer/portainer/releases/download/1.22.0/portainer-1.22.0-linux-${ARCH}.tar.gz" \
| tar zxvf - -C /opt/ \
\
&& rm -fr \
Expand Down

0 comments on commit 200e7d3

Please sign in to comment.