We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab3090 commit 6d762ceCopy full SHA for 6d762ce
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine AS tailscale
2
RUN apk add --no-cache curl
3
ARG TARGETARCH
4
-ARG TSVERSION=1.30.1
+ARG TSVERSION=1.30.2
5
RUN curl -fSsLo /tmp/tailscale.tgz https://pkgs.tailscale.com/stable/tailscale_${TSVERSION}_${TARGETARCH}.tgz \
6
&& mkdir /out \
7
&& tar -C /out -xzf /tmp/tailscale.tgz --strip-components=1
0 commit comments