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.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 29, 2020
1 parent 520f3f6 commit 4ab4200
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 @@ -14,7 +14,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \
\
&& curl -L -s \
"https://github.com/portainer/portainer/releases/download/1.23.2/portainer-1.23.2-linux-${ARCH}.tar.gz" \
"https://github.com/portainer/portainer/releases/download/1.24.0/portainer-1.24.0-linux-${ARCH}.tar.gz" \
| tar zxvf - -C /opt/

# Copy root filesystem
Expand Down

0 comments on commit 4ab4200

Please sign in to comment.