File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM gitpod/workspace-postgres
2
2
3
3
RUN wget https://github.com/aquasecurity/trivy/releases/download/v0.56.1/trivy_0.56.1_Linux-64bit.deb \
4
4
&& 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 \
6
6
&& sudo chmod +x /usr/local/bin/opm
7
7
RUN wget https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.11.0.tar.gz \
8
8
&& sudo tar -C /usr/local -xzf libtensorflow-cpu-linux-x86_64-2.11.0.tar.gz \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ FROM golang:1.23-bullseye AS opm-installer
17
17
WORKDIR /tmp
18
18
RUN git clone https://github.com/operator-framework/operator-registry
19
19
WORKDIR /tmp/operator-registry/cmd/opm
20
- RUN git checkout v1.39 .0
20
+ RUN git checkout v1.47 .0
21
21
RUN go install
22
22
23
23
# Final stage
You can’t perform that action at this time.
0 commit comments