Skip to content

Commit ccc0099

Browse files
committed
Update to Tailscale 1.34.0
1 parent 6cb15c8 commit ccc0099

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.32.2
4+
ARG TSVERSION=1.34.0
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)