mirror of
https://github.com/mchlwong/derp.git
synced 2024-12-26 09:30:43 +08:00
Update Go to 1.23.1
This commit is contained in:
parent
0130a4b407
commit
50e05b7c7f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue