diff --git a/cmd/tracker/Dockerfile b/cmd/tracker/Dockerfile index 10940865ad..30562dd70a 100644 --- a/cmd/tracker/Dockerfile +++ b/cmd/tracker/Dockerfile @@ -1,5 +1,5 @@ # Build tracker -FROM golang:1.21.4-bullseye AS builder +FROM golang:1.22.0-bullseye AS builder WORKDIR /tmp ENV LIBTENSORFLOW_TGZ libtensorflow-cpu-linux-x86_64-2.11.0.tar.gz RUN wget -q --no-check-certificate https://storage.googleapis.com/tensorflow/libtensorflow/$LIBTENSORFLOW_TGZ @@ -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.22-bullseye AS opm-installer WORKDIR /tmp RUN git clone https://github.com/operator-framework/operator-registry WORKDIR /tmp/operator-registry/cmd/opm