diff --git a/cmd/tracker/Dockerfile b/cmd/tracker/Dockerfile index 10940865ad..86c7c64197 100644 --- a/cmd/tracker/Dockerfile +++ b/cmd/tracker/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /go/src/github.com/artifacthub/hub/cmd/tracker RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o /tracker . # OPM installer -FROM golang:1.19-bullseye AS opm-installer +FROM golang:1.21-bullseye AS opm-installer WORKDIR /tmp RUN git clone https://github.com/operator-framework/operator-registry WORKDIR /tmp/operator-registry/cmd/opm