Skip to content

Commit fcbd9f2

Browse files
authored
Bump OPM to 1.47.0 (#4074)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 6da531f commit fcbd9f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitpod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM gitpod/workspace-postgres
22

33
RUN wget https://github.com/aquasecurity/trivy/releases/download/v0.56.1/trivy_0.56.1_Linux-64bit.deb \
44
&& sudo dpkg -i trivy_0.56.1_Linux-64bit.deb
5-
RUN sudo wget https://github.com/operator-framework/operator-registry/releases/download/v1.39.0/linux-amd64-opm -O /usr/local/bin/opm \
5+
RUN sudo wget https://github.com/operator-framework/operator-registry/releases/download/v1.47.0/linux-amd64-opm -O /usr/local/bin/opm \
66
&& sudo chmod +x /usr/local/bin/opm
77
RUN wget https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.11.0.tar.gz \
88
&& sudo tar -C /usr/local -xzf libtensorflow-cpu-linux-x86_64-2.11.0.tar.gz \

cmd/tracker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM golang:1.23-bullseye AS opm-installer
1717
WORKDIR /tmp
1818
RUN git clone https://github.com/operator-framework/operator-registry
1919
WORKDIR /tmp/operator-registry/cmd/opm
20-
RUN git checkout v1.39.0
20+
RUN git checkout v1.47.0
2121
RUN go install
2222

2323
# Final stage

0 commit comments

Comments
 (0)