diff --git a/Dockerfile b/Dockerfile index 3a63654..71e0162 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.3-alpine +FROM golang:1.23.0-alpine # Turn off cgo for a more static binary. # Specify cache directory so that we can run as nobody to build the binary.