diff --git a/headscale/0.23.0/.env.sample b/headscale/0.25.1/.env.sample similarity index 100% rename from headscale/0.23.0/.env.sample rename to headscale/0.25.1/.env.sample diff --git a/headscale/0.23.0/data.yml b/headscale/0.25.1/data.yml similarity index 100% rename from headscale/0.23.0/data.yml rename to headscale/0.25.1/data.yml diff --git a/headscale/0.23.0/data/config/config.yaml b/headscale/0.25.1/data/config/config.yaml similarity index 100% rename from headscale/0.23.0/data/config/config.yaml rename to headscale/0.25.1/data/config/config.yaml diff --git a/headscale/0.23.0/data/config/derp.yaml b/headscale/0.25.1/data/config/derp.yaml similarity index 100% rename from headscale/0.23.0/data/config/derp.yaml rename to headscale/0.25.1/data/config/derp.yaml diff --git a/headscale/0.23.0/data/data/db.sqlite b/headscale/0.25.1/data/data/db.sqlite similarity index 100% rename from headscale/0.23.0/data/data/db.sqlite rename to headscale/0.25.1/data/data/db.sqlite diff --git a/headscale/0.23.0/docker-compose.yml b/headscale/0.25.1/docker-compose.yml similarity index 93% rename from headscale/0.23.0/docker-compose.yml rename to headscale/0.25.1/docker-compose.yml index 5451a7ad3..2a17ce344 100644 --- a/headscale/0.23.0/docker-compose.yml +++ b/headscale/0.25.1/docker-compose.yml @@ -18,7 +18,7 @@ services: - net.ipv4.ip_forward=1 - net.ipv6.conf.all.forwarding=1 command: ['headscale', 'serve'] - image: headscale/headscale:0.23.0 + image: headscale/headscale:v0.25.1 labels: createdBy: "Apps"