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 3013714 + ddf4c5f commit 2854214Copy full SHA for 2854214
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.74.0_amd64.tgz
+ENV TSFILE=tailscale_1.78.1_amd64.tgz
11
RUN wget https://pkgs.tailscale.com/stable/${TSFILE} && \
12
tar xzf ${TSFILE} --strip-components=1
13
0 commit comments