Skip to content

Commit 5a62de2

Browse files
authored
Merge pull request #12 from MelleD/MelleD-patch-3
Update Dockerfile
2 parents 2854214 + ea80b48 commit 5a62de2

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.78.1_amd64.tgz
10+
ENV TSFILE=tailscale_1.82.5_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)