Skip to content

Commit

Permalink
Update to Tailscale 1.32.2. (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Denton Gentry <[email protected]>

Signed-off-by: Denton Gentry <[email protected]>
  • Loading branch information
DentonGentry authored Oct 26, 2022
1 parent 799e5c6 commit 6cb15c8
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.30.2
ARG TSVERSION=1.32.2
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 6cb15c8

Please sign in to comment.