Skip to content

Commit

Permalink
Update to Tailscale 1.48.1 (#56)
Browse files Browse the repository at this point in the history
This commit updates Tailscale to the latest version to take advantage
of a few new features and bug fixes that have come out since 1.36.2.
  • Loading branch information
rosszurowski authored Sep 6, 2023
1 parent 7cb9395 commit f8d53d5
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.36.2
ARG TSVERSION=1.48.1
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 f8d53d5

Please sign in to comment.