File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ tonic-prost-build = "0.14.0"
4040uuid = { version = " 1.17.0" , features = [" v4" ] }
4141bindgen = " 0.72.0"
4242tempfile = { version = " 3.20.0" , default-features = false }
43- yaml-rust2 = " 0.10.3 "
43+ yaml-rust2 = " 0.11.0 "
4444
4545[profile .release ]
4646debug = " line-tables-only"
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi9/ubi@sha256:dbc1e98d14a022542e45b5f22e0206d3f86b5bdf237b58ee7170c9ddd1b3a283 AS builder
1+ FROM registry.access.redhat.com/ubi9/ubi@sha256:d4feb579a84ead49894ec71fe54f14300992e202f3491d9bb22b62cc57affd49 AS builder
22
33ARG FACT_TAG
44RUN echo "Checking required FACT_TAG" ; [[ "${FACT_TAG}" != "" ]]
@@ -17,7 +17,7 @@ COPY . .
1717
1818RUN cargo build --release
1919
20- FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:f45ee3d1f8ea8cd490298769daac2ac61da902e83715186145ac2e65322ddfc8
20+ FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:e9765516d74cafded50d8ef593331eeca2ef6eababdda118e5297898d99b7433
2121
2222ARG FACT_TAG
2323
You can’t perform that action at this time.
0 commit comments