Tailscale v1.60.0
Add ip6tables package
This commit is contained in:
Frank Edwards 2024-02-27 14:16:20 +10:00
parent 51c5a71ada
commit 52e2c085af
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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