Dockerfile: require Go 1.18

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
pull/4079/head
Josh Bleecher Snyder 2022-03-15 15:59:08 -07:00 committed by Josh Bleecher Snyder
parent 4b1e02057a
commit d77b4c1344
1 changed files with 1 additions and 1 deletions

View File

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