Skip to content

Commit f8d53d5

Browse files
authored
Update to Tailscale 1.48.1 (#56)
This commit updates Tailscale to the latest version to take advantage of a few new features and bug fixes that have come out since 1.36.2.
1 parent 7cb9395 commit f8d53d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine AS tailscale
22
RUN apk add --no-cache curl
33
ARG TARGETARCH
4-
ARG TSVERSION=1.36.2
4+
ARG TSVERSION=1.48.1
55
RUN curl -fSsLo /tmp/tailscale.tgz https://pkgs.tailscale.com/stable/tailscale_${TSVERSION}_${TARGETARCH}.tgz \
66
&& mkdir /out \
77
&& tar -C /out -xzf /tmp/tailscale.tgz --strip-components=1

0 commit comments

Comments
 (0)