Skip to content

Commit 2854214

Browse files
authored
Merge pull request #11 from MelleD/MelleD-patch-3
Bump tailscale 17.8.1
2 parents 3013714 + ddf4c5f commit 2854214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN pip install -t . requests pysocks awslambdaric
77
FROM alpine:latest as tailscale
88
WORKDIR /app
99
COPY . ./
10-
ENV TSFILE=tailscale_1.74.0_amd64.tgz
10+
ENV TSFILE=tailscale_1.78.1_amd64.tgz
1111
RUN wget https://pkgs.tailscale.com/stable/${TSFILE} && \
1212
tar xzf ${TSFILE} --strip-components=1
1313
COPY . ./

0 commit comments

Comments
 (0)