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
1 changed files with 1 additions and 1 deletions

View File

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