chore: use beta2 on the dev env

This commit is contained in:
Aarnav Tale
2024-08-24 10:14:31 -04:00
parent 690b52d8c6
commit 9aedd9baad
+1 -1
View File
@@ -8,7 +8,7 @@ networks:
driver: 'bridge' driver: 'bridge'
services: services:
headscale: headscale:
image: 'headscale/headscale:0.23.0-beta1' image: 'headscale/headscale:0.23.0-beta2'
container_name: 'headscale' container_name: 'headscale'
restart: 'unless-stopped' restart: 'unless-stopped'
command: 'serve' command: 'serve'