Skip to content

Commit

Permalink
⬆️ Upgrades Tailscale to 1.16.2 (#50)
Browse files Browse the repository at this point in the history
frenck authored Nov 10, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 68aa6e2 commit f4d8d28
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
@@ -25,7 +25,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "i386" ]; then ARCH="386"; fi \
\
&& curl -L -s \
"https://pkgs.tailscale.com/stable/tailscale_1.14.6_${ARCH}.tgz" \
"https://pkgs.tailscale.com/stable/tailscale_1.16.2_${ARCH}.tgz" \
| tar zxvf - -C /opt/ --strip-components 1 \
\
&& rm -f -r \

0 comments on commit f4d8d28

Please sign in to comment.