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.2 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jun 12, 2021
1 parent 83d28f8 commit e4b2122
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.24.0/portainer-1.24.0-linux-${ARCH}.tar.gz" \
"https://github.com/portainer/portainer/releases/download/1.24.2/portainer-1.24.2-linux-${ARCH}.tar.gz" \
| tar zxvf - -C /opt/

# Copy root filesystem
Expand Down

0 comments on commit e4b2122

Please sign in to comment.