diff --git a/Dockerfile b/Dockerfile index 06baa19..52170e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2 +FROM golang:1.23.3 RUN go install github.com/cespare/reflex@latest