Skip to content

Commit 294087e

Browse files
chore(deps): update all updates
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 37d5783 commit 294087e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tonic-prost-build = "0.14.0"
4040
uuid = { version = "1.17.0", features = ["v4"] }
4141
bindgen = "0.72.0"
4242
tempfile = { version = "3.20.0", default-features = false }
43-
yaml-rust2 = "0.10.3"
43+
yaml-rust2 = "0.11.0"
4444

4545
[profile.release]
4646
debug = "line-tables-only"

konflux.Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
ARG FACT_TAG
44
RUN echo "Checking required FACT_TAG"; [[ "${FACT_TAG}" != "" ]]
@@ -17,7 +17,7 @@ COPY . .
1717

1818
RUN 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

2222
ARG FACT_TAG
2323

0 commit comments

Comments
 (0)