Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailscale.dnp.dappnode.eth",
"version": "0.2.1",
"version": "0.3.1",
"description": "Tailscale is a mesh VPN alternative that makes it easy to connect your devices securely.",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
Expand All @@ -9,7 +9,7 @@
"docs": "https://docs.dappnode.io/docs/user/access-your-dappnode/vpn/tailscale"
},
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamVersion": "v1.90.9",
"upstreamVersion": "v1.92.5",
"upstreamRepo": "tailscale/tailscale",
"upstreamArg": "UPSTREAM_VERSION",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: .
args:
UPSTREAM_VERSION: v1.90.9
UPSTREAM_VERSION: v1.92.5
image: tailscale.dnp.dappnode.eth:0.1.0
restart: unless-stopped
environment:
Expand Down