Skip to content

Commit 0cf95c6

Browse files
committed
fix: update dockerfile to fix test
1 parent 3a0bb93 commit 0cf95c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# $ docker exec tailscaled tailscale status
3232

3333

34-
FROM golang:1.22-alpine AS build-env
34+
FROM golang:1.23-alpine AS build-env
3535

3636
WORKDIR /go/src/tailscale
3737

0 commit comments

Comments
 (0)