We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d53d5 commit 27ea0afCopy full SHA for 27ea0af
Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine AS tailscale
2
RUN apk add --no-cache curl
3
ARG TARGETARCH
4
-ARG TSVERSION=1.48.1
+ARG TSVERSION=1.58.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