headscale: uprev

This commit is contained in:
Peter Cai 2023-03-27 08:48:23 -04:00
parent 9b14be78f4
commit e6420c597a
1 changed files with 1 additions and 1 deletions

View File

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