Update Go to 1.21

This commit is contained in:
Michael 2024-01-19 19:07:29 +08:00 committed by GitHub
parent 899d6e6d2f
commit 83aef0884d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM golang:1.20-alpine AS builder
FROM golang:1.21-alpine AS builder
RUN go install tailscale.com/cmd/derper@main
FROM alpine