Skip to content

Commit

Permalink
dockerfile: update Tailscale to 1.78.3
Browse files Browse the repository at this point in the history
Updates tailscale/corp/24832

Signed-off-by: Keli Velazquez <keli@tailscale.com>
  • Loading branch information
kelivel committed Dec 16, 2024
1 parent 7232508 commit cc0b7e2
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.78.1
ARG TSVERSION=1.78.3
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 cc0b7e2

Please sign in to comment.