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