1 parent 04e64d2 commit ac7bdd6Copy full SHA for ac7bdd6
2 files changed
Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /go/src/tailscale
8
RUN apk add --no-cache git
9
10
# renovate: datasource=github-releases depName=tailscale/tailscale
11
-ARG TAILSCALE_VERSION=v1.98.9
+ARG TAILSCALE_VERSION=v1.98.10
12
13
# Clone the Tailscale repository
14
RUN git clone --depth 1 -c advice.detachedHead=false \
balena.yml
@@ -1,7 +1,7 @@
1
name: tailscale
2
description: Run a Tailscale subnet router on balena!
3
4
-version: 1.98.9
+version: 1.98.10
5
type: sw.block
6
assets:
7
repository:
0 commit comments