mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-08-15 23:18:00 +02:00
0.1.29
Tailscale v1.60.0 Add ip6tables package
This commit is contained in:
parent
51c5a71ada
commit
52e2c085af
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
FROM golang:1.21-alpine AS build-env
|
FROM golang:1.22-alpine AS build-env
|
||||||
|
|
||||||
WORKDIR /go/src/tailscale
|
WORKDIR /go/src/tailscale
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ RUN GOARCH=$TARGETARCH go install -ldflags="\
|
||||||
|
|
||||||
FROM alpine:3.18
|
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_rsa_key -N '' -t rsa
|
||||||
RUN ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa
|
RUN ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa
|
||||||
|
|
4
build.sh
4
build.sh
|
@ -27,8 +27,8 @@
|
||||||
# https://mikrotik.com/products/matrix
|
# https://mikrotik.com/products/matrix
|
||||||
#
|
#
|
||||||
PLATFORM="linux/amd64"
|
PLATFORM="linux/amd64"
|
||||||
TAILSCALE_VERSION=1.58.2
|
TAILSCALE_VERSION=1.60.0
|
||||||
VERSION=0.1.28
|
VERSION=0.1.29
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue