From 9aedd9baadb2d9c8e125400735d5917d6fab0886 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 24 Aug 2024 10:14:31 -0400 Subject: [PATCH] chore: use beta2 on the dev env --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 333dbf7..01fa20f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,7 +8,7 @@ networks: driver: 'bridge' services: headscale: - image: 'headscale/headscale:0.23.0-beta1' + image: 'headscale/headscale:0.23.0-beta2' container_name: 'headscale' restart: 'unless-stopped' command: 'serve'