newer tailscale

This commit is contained in:
Roberto Alsina 2024-01-15 11:11:39 -03:00
parent abe544af95
commit 9e6421e78b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ COPY . ./
FROM alpine:latest as tailscale
WORKDIR /app
COPY . ./
ENV TSFILE=tailscale_1.28.0_amd64.tgz
ENV TSFILE=tailscale_1.56.1_amd64.tgz
RUN wget https://pkgs.tailscale.com/stable/${TSFILE} && tar xzf ${TSFILE} --strip-components=1
COPY . ./