Skip to content

Commit

Permalink
⬆️ Upgrades Tailscale to 1.20.2 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 21, 2022
1 parent f3852ff commit cb67a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailscale/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "i386" ]; then ARCH="386"; fi \
\
&& curl -L -s \
"https://pkgs.tailscale.com/stable/tailscale_1.20.1_${ARCH}.tgz" \
"https://pkgs.tailscale.com/stable/tailscale_1.20.2_${ARCH}.tgz" \
| tar zxvf - -C /opt/ --strip-components 1 \
\
&& rm -f -r \
Expand Down

0 comments on commit cb67a29

Please sign in to comment.