Skip to content

Commit 869672f

Browse files
authored
Update Tailscale to 1.36.2 (#1050)
Refreshing tailscale to 1.36.2 ensures we now have `tailscale update` as command, allowing users to auto-update tailscale in their environment automatically in the future.
1 parent a389f4d commit 869672f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chunks/tool-tailscale/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ${base}
44
USER root
55

66
# Dazzle does not rebuild a layer until one of its lines are changed. Increase this counter to rebuild this layer.
7-
ENV TRIGGER_REBUILD=2
7+
ENV TRIGGER_REBUILD=3
88

99
RUN curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.gpg | sudo apt-key add - \
1010
&& curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.list | sudo tee /etc/apt/sources.list.d/tailscale.list \

0 commit comments

Comments
 (0)