Skip to content

Commit

Permalink
dockerfile: update Tailscale to 1.76.6 (#70)
Browse files Browse the repository at this point in the history
Updates #cleanup

Signed-off-by: Keli Velazquez <[email protected]>
  • Loading branch information
kelivel authored Nov 25, 2024
1 parent 27ea0af commit 0191b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine AS tailscale
RUN apk add --no-cache curl
ARG TARGETARCH
ARG TSVERSION=1.58.2
ARG TSVERSION=1.76.6
RUN curl -fSsLo /tmp/tailscale.tgz https://pkgs.tailscale.com/stable/tailscale_${TSVERSION}_${TARGETARCH}.tgz \
&& mkdir /out \
&& tar -C /out -xzf /tmp/tailscale.tgz --strip-components=1
Expand Down

0 comments on commit 0191b1f

Please sign in to comment.