Skip to content

Commit

Permalink
Merge pull request #2 from MelleD/MelleD-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
MelleD committed Apr 8, 2024
2 parents f6664a4 + ce2da6c commit 2399323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN pip install -t . requests pysocks awslambdaric
FROM alpine:latest as tailscale
WORKDIR /app
COPY . ./
ENV TSFILE=tailscale_1.56.1_amd64.tgz
ENV TSFILE=tailscale_1.62.1_amd64.tgz
RUN wget https://pkgs.tailscale.com/stable/${TSFILE} && \
tar xzf ${TSFILE} --strip-components=1
COPY . ./
Expand Down

0 comments on commit 2399323

Please sign in to comment.