Update Go to 1.23.1

This commit is contained in:
Michael 2024-11-22 10:55:17 +08:00 committed by GitHub
parent 0130a4b407
commit 50e05b7c7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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