diff --git a/examples/httpPlusdb/Dockerfile b/examples/httpPlusdb/Dockerfile index 8ff77bc77..9ae60cd79 100644 --- a/examples/httpPlusdb/Dockerfile +++ b/examples/httpPlusdb/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.6 +FROM golang:1.23.0 WORKDIR /app COPY ./*.go . RUN go mod init main