diff --git a/headscale/Dockerfile b/headscale/Dockerfile index d8ca576..c7034c6 100644 --- a/headscale/Dockerfile +++ b/headscale/Dockerfile @@ -1,6 +1,6 @@ # Builder image FROM docker.io/golang:1.19.3-bullseye AS build -ARG VERSION=v0.20.0 +ARG VERSION=v0.21.0 ENV GOPATH /go RUN apt-get install -y git && \