Skip to content

Commit

Permalink
Update to Tailscale 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rosszurowski committed Dec 5, 2022
1 parent 6cb15c8 commit ccc0099
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.32.2
ARG TSVERSION=1.34.0
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 ccc0099

Please sign in to comment.