Skip to content

Commit aab3090

Browse files
committed
all: bump Tailscale version to 1.30.1
1 parent 37e952b commit aab3090

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.22.1
4+
ARG TSVERSION=1.30.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)