File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9@sha256:b07f5c75ad9669fa90a3aab2ccd4eb85d5a862265b09a695997ebe2be699bd20 as builder
1+ FROM registry.redhat.io/ubi9@sha256:2b9885962d0c94db92e5216011ecfe47d5b38195bb17cf58a39bfaec0f933574 as builder
22
33USER root
44
@@ -8,7 +8,7 @@ RUN mkdir /tmp/tuftool
88COPY . /tmp/tuftool
99RUN cd /tmp/tuftool && cargo build --release
1010
11- FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:fd3612ebe7968002122fb8c41df2cf9bd3f9916c573f7248113cdec1d6f4c245 as deploy
11+ FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:38952545b5a9ddf145152f37b0da702d7d75fac1ddc52c5e14b03c7a77c51586 as deploy
1212
1313COPY --from=builder /tmp/tuftool/target/release/tuftool /usr/bin/
1414
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9@sha256:b07f5c75ad9669fa90a3aab2ccd4eb85d5a862265b09a695997ebe2be699bd20 as builder
1+ FROM registry.redhat.io/ubi9@sha256:2b9885962d0c94db92e5216011ecfe47d5b38195bb17cf58a39bfaec0f933574 as builder
22
33USER root
44
@@ -8,7 +8,7 @@ RUN mkdir /tmp/tuftool
88COPY . /tmp/tuftool
99RUN cd /tmp/tuftool && cargo build --release
1010
11- FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:fd3612ebe7968002122fb8c41df2cf9bd3f9916c573f7248113cdec1d6f4c245 as deploy
11+ FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:38952545b5a9ddf145152f37b0da702d7d75fac1ddc52c5e14b03c7a77c51586 as deploy
1212
1313COPY --from=builder /tmp/tuftool/target/release/tuftool /usr/bin/
1414
You can’t perform that action at this time.
0 commit comments