From 72f50fa1c67038ee526dcf0f0bad012ae8eaacc8 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Wed, 7 Dec 2022 09:47:43 -0500 Subject: [PATCH] Update headscale to 0.17.1 --- headscale/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headscale/Dockerfile b/headscale/Dockerfile index fc7de01..43d559c 100644 --- a/headscale/Dockerfile +++ b/headscale/Dockerfile @@ -1,6 +1,6 @@ # Builder image FROM docker.io/golang:1.19.0-bullseye AS build -ARG VERSION=v0.17.0-beta4 +ARG VERSION=v0.17.1 ENV GOPATH /go RUN apt-get install -y git && \