RouterOS 7.5. Update alpine-base version.
This commit is contained in:
Frank Edwards 2022-09-16 19:04:43 +10:00
parent 399d09c478
commit 0c26e89f66
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ RUN GOARCH=$TARGETARCH go install -ldflags="\
-X tailscale.com/version.GitCommit=$VERSION_GIT_HASH" \ -X tailscale.com/version.GitCommit=$VERSION_GIT_HASH" \
-v ./cmd/tailscale ./cmd/tailscaled -v ./cmd/tailscale ./cmd/tailscaled
FROM ghcr.io/tailscale/alpine-base:3.14 FROM ghcr.io/tailscale/alpine-base:3.16
# Set password # Set password
ARG TAILSCALE_PASSWORD="Pm36g58CzaLK" ARG TAILSCALE_PASSWORD="Pm36g58CzaLK"

View file

@ -28,7 +28,7 @@ The build script uses [Docker Buildx](https://docs.docker.com/buildx/working-wit
### Configure the Router ### Configure the Router
The router must be be running RouterOS v7.5beta4 or later with the container package loaded; this section follows the Mikrotik Container documentation with additional steps to route the LAN subnet via the tailscale container. The router must be be running RouterOS v7.5 or later with the container package loaded; this section follows the Mikrotik Container documentation with additional steps to route the LAN subnet via the tailscale container.
1. Upload the `tailscale.tar` file to your router. Below we will assume the image is located at `disk1/tailscale.tar` 1. Upload the `tailscale.tar` file to your router. Below we will assume the image is located at `disk1/tailscale.tar`