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