Target Go 1.20 and Tailscale 1.38

This commit is contained in:
Juan Font
2023-04-07 10:29:47 +00:00
parent b684ac0668
commit c6815c5334
7 changed files with 89 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
# Builder image
FROM docker.io/golang:1.19-bullseye AS build
FROM docker.io/golang:1.20-bullseye AS build
ARG VERSION=dev
ENV GOPATH /go
WORKDIR /go/src/headscale