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 && \