Update Dockerfile to use golang:1.19-alpine

Tailscale @4a82b31 does not build in the container image due to using golang:1.18 image

Signed-off-by: Luis Peralta <luis.peralta@gmail.com>
This commit is contained in:
Luis Peralta 2022-09-16 17:11:36 +02:00 committed by Brad Fitzpatrick
parent 486eecc063
commit 5623ef0271

View File

@ -32,7 +32,7 @@
# $ docker exec tailscaled tailscale status
FROM golang:1.18-alpine AS build-env
FROM golang:1.19-alpine AS build-env
WORKDIR /go/src/tailscale