Skip to content

Commit 6d762ce

Browse files
authored
all: bump Tailscale version to 1.30.2 (#43)
Signed-off-by: Denton Gentry <dgentry@tailscale.com> Signed-off-by: Denton Gentry <dgentry@tailscale.com>
1 parent aab3090 commit 6d762ce

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.30.1
4+
ARG TSVERSION=1.30.2
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)