diff --git a/Dockerfile b/Dockerfile index 76f8507..300954d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.1-alpine +FROM golang:1.23.3-alpine # Turn off cgo for a more static binary. # Specify cache directory so that we can run as nobody to build the binary.