Updated tailscale
This commit is contained in:
parent
c965372f24
commit
f9e8faa88a
@ -7,7 +7,7 @@ COPY . ./
|
||||
FROM alpine:latest as tailscale
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
ENV TSFILE=tailscale_1.56.1_amd64.tgz
|
||||
ENV TSFILE=tailscale_1.68.2_amd64.tgz
|
||||
RUN wget https://pkgs.tailscale.com/stable/${TSFILE} && tar xzf ${TSFILE} --strip-components=1
|
||||
COPY . ./
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user