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 @@ -54,7 +54,7 @@ COPY api/rest/openapi/ /openapi/
5454RUN chmod -R 666 /openapi/ \
5555 && chmod 777 /openapi/open-inference
5656
57- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6
57+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7
5858
5959WORKDIR /
6060COPY --from=builder /workspace/executor .
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN wget -O mitchellh-cli.tar.gz https://github.com/mitchellh/cli/archive/master
4545RUN wget -O mitchellh-gox.tar.gz https://github.com/mitchellh/gox/archive/master.tar.gz
4646RUN wget -O mozilla-tls-observatory.tar.gz https://github.com/mozilla/tls-observatory/archive/master.tar.gz
4747
48- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6
48+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7
4949
5050WORKDIR /
5151COPY --from=builder /workspace/manager .
You can’t perform that action at this time.
0 commit comments