Update headscale to 0.17.1

This commit is contained in:
Peter Cai 2022-12-07 09:47:43 -05:00
parent 7c1aee29f4
commit 72f50fa1c6

View file

@ -1,6 +1,6 @@
# Builder image # Builder image
FROM docker.io/golang:1.19.0-bullseye AS build FROM docker.io/golang:1.19.0-bullseye AS build
ARG VERSION=v0.17.0-beta4 ARG VERSION=v0.17.1
ENV GOPATH /go ENV GOPATH /go
RUN apt-get install -y git && \ RUN apt-get install -y git && \