Skip to content

Commit

Permalink
Dockerfile: use Go 1.22
Browse files Browse the repository at this point in the history
Updates tailscale#11058

Change-Id: I0f63be498be33d71bd90b7956f9fe9666fd7a696
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
  • Loading branch information
bradfitz committed Feb 8, 2024
1 parent 9612001 commit 5ea0711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# $ docker exec tailscaled tailscale status


FROM golang:1.21-alpine AS build-env
FROM golang:1.22-alpine AS build-env

WORKDIR /go/src/tailscale

Expand Down

0 comments on commit 5ea0711

Please sign in to comment.