Skip to content

Commit a182cc8

Browse files
committed
update tailscale to v1.92.5
1 parent 6b59658 commit a182cc8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ pyrightconfig.json
211211
docker-compose.yml
212212
compose.yml
213213
Caddyfile
214-
tailscale/*
214+
tailscale*

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
# check=skip=SecretsUsedInArgOrEnv
3-
ARG TAILSCALE_VERSION=v1.86.2
4-
ARG TAILRELAY_VERSION=v0.1
3+
ARG TAILSCALE_VERSION=v1.92.5
4+
ARG TAILRELAY_VERSION=v0.1.1
55

66
FROM tailscale/tailscale:$TAILSCALE_VERSION
77

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/ash
22
trap 'kill -TERM $PID' TERM INT
3-
TAILRELAY_VERSION=v0.1
3+
TAILRELAY_VERSION=v0.1.1
44

55
# Accept a single comma‑separated list of port:target pairs
66
# Each item in the list represents one socat relay

0 commit comments

Comments
 (0)