Skip to content

Commit 6e904ae

Browse files
chore(deps): update registry.access.redhat.com/ubi9 docker tag to v9.7-1769417801 (release-1.8) (#6099)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71598aa commit 6e904ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN cyclonedx-gomod app -licenses -assert-licenses -json -main cmd/ -output ./bu
3333

3434
# platform is required, otherwise the copy command will copy the wrong architecture files, don't trust GitHub Actions linting warnings
3535
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9-micro:9.7-1766049073@sha256:e9765516d74cafded50d8ef593331eeca2ef6eababdda118e5297898d99b7433 AS base
36-
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9:9.7-1768785530@sha256:22e95731596d661ff08daabaa5ef751b20ac42d0a58492dac5efa7373f471389 AS dependency
36+
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9:9.7-1769417801@sha256:c8df11b65b18fcf384d5b7fa53e2a92f381a2d9ad78b9de41dc6f2aa161a0e04 AS dependency
3737
RUN mkdir -p /tmp/rootfs-dependency
3838
COPY --from=base / /tmp/rootfs-dependency
3939
RUN dnf install --installroot /tmp/rootfs-dependency \

fips.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN CGO_ENABLED=1 cyclonedx-gomod app -licenses -assert-licenses -json -main cmd
3131

3232
# platform is required, otherwise the copy command will copy the wrong architecture files, don't trust GitHub Actions linting warnings
3333
FROM registry.access.redhat.com/ubi9-micro:9.7-1766049073@sha256:e9765516d74cafded50d8ef593331eeca2ef6eababdda118e5297898d99b7433 AS base
34-
FROM registry.access.redhat.com/ubi9:9.7-1768785530@sha256:22e95731596d661ff08daabaa5ef751b20ac42d0a58492dac5efa7373f471389 AS dependency
34+
FROM registry.access.redhat.com/ubi9:9.7-1769417801@sha256:c8df11b65b18fcf384d5b7fa53e2a92f381a2d9ad78b9de41dc6f2aa161a0e04 AS dependency
3535
RUN mkdir -p /tmp/rootfs-dependency
3636
COPY --from=base / /tmp/rootfs-dependency
3737
RUN dnf install --installroot /tmp/rootfs-dependency \

0 commit comments

Comments
 (0)