Skip to content

Commit

Permalink
⬆️ Upgrades Tailscale to 1.22.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas authored Feb 28, 2022
1 parent 3b5b32f commit 940489f
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.4_${ARCH}.tgz" \
"https://pkgs.tailscale.com/stable/tailscale_1.22.0_${ARCH}.tgz" \
| tar zxvf - -C /opt/ --strip-components 1 \
\
&& rm -f -r \
Expand Down

0 comments on commit 940489f

Please sign in to comment.