From 52e2c085af98f42836649ba49979dc55fd861b21 Mon Sep 17 00:00:00 2001 From: Frank Edwards Date: Tue, 27 Feb 2024 14:16:20 +1000 Subject: [PATCH] 0.1.29 Tailscale v1.60.0 Add ip6tables package --- Dockerfile | 4 ++-- build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index b7d8852..bbef600 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ # ############################################################################ -FROM golang:1.21-alpine AS build-env +FROM golang:1.22-alpine AS build-env WORKDIR /go/src/tailscale @@ -56,7 +56,7 @@ RUN GOARCH=$TARGETARCH go install -ldflags="\ FROM alpine:3.18 -RUN apk add --no-cache ca-certificates iptables iproute2 bash openssh curl jq +RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables bash openssh curl jq RUN ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa RUN ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa diff --git a/build.sh b/build.sh index 7732ad3..afc2fef 100755 --- a/build.sh +++ b/build.sh @@ -27,8 +27,8 @@ # https://mikrotik.com/products/matrix # PLATFORM="linux/amd64" -TAILSCALE_VERSION=1.58.2 -VERSION=0.1.28 +TAILSCALE_VERSION=1.60.0 +VERSION=0.1.29 set -eu