diff --git a/examples/httpPlusdb/Dockerfile b/examples/httpPlusdb/Dockerfile index 6dc7d12b0..c374ce822 100644 --- a/examples/httpPlusdb/Dockerfile +++ b/examples/httpPlusdb/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.2 +FROM golang:1.22.3 WORKDIR /app COPY ./*.go . RUN go mod init main