We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a62de2 + 59e0670 commit 526e58dCopy full SHA for 526e58d
Dockerfile
@@ -7,7 +7,7 @@ RUN pip install -t . requests pysocks awslambdaric
7
FROM alpine:latest as tailscale
8
WORKDIR /app
9
COPY . ./
10
-ENV TSFILE=tailscale_1.82.5_amd64.tgz
+ENV TSFILE=tailscale_1.88.3_amd64.tgz
11
RUN wget https://pkgs.tailscale.com/stable/${TSFILE} && \
12
tar xzf ${TSFILE} --strip-components=1
13
0 commit comments