Skip to content

Commit

Permalink
Upgrade OPM to v1.26.4
Browse files Browse the repository at this point in the history
We upgraded OPM in IIB QE, Stage and Prod but did not upgrade our dev-env
Let's upgrade in dev-env as well to keep parity with our IIB instances
  • Loading branch information
Tulsi Chandwani committed Oct 13, 2023
1 parent aeb8522 commit ee12e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-workers
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN dnf -y install \
&& dnf update -y \
&& dnf clean all

ADD https://github.com/operator-framework/operator-registry/releases/download/v1.26.2/linux-amd64-opm /usr/bin/opm
ADD https://github.com/operator-framework/operator-registry/releases/download/v1.26.4/linux-amd64-opm /usr/bin/opm
RUN chmod +x /usr/bin/opm
ADD https://github.com/fullstorydev/grpcurl/releases/download/v1.8.5/grpcurl_1.8.5_linux_x86_64.tar.gz /src/grpcurl_1.8.5_linux_x86_64.tar.gz
RUN cd /usr/bin && tar -xf /src/grpcurl_1.8.5_linux_x86_64.tar.gz grpcurl && rm -f /src/grpcurl_1.8.5_linux_x86_64.tar.gz
Expand Down

0 comments on commit ee12e43

Please sign in to comment.