diff --git a/Dockerfile b/Dockerfile index 69a166e..2fda507 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.21.4-alpine3.18 as builder +FROM golang:1.22.0-alpine3.18 as builder COPY . /go/src/github.com/uselagoon/lagoon/services/insights-handler/ WORKDIR /go/src/github.com/uselagoon/lagoon/services/insights-handler/