Skip to content

Commit 60a0ddc

Browse files
chore(deps): bump ubi9/ubi-minimal in / (#2639)
Bumps ubi9/ubi-minimal in `/` from `69f5c98` to `83006d5`. Updates `ubi9/ubi-minimal` from `69f5c98` to `83006d5` Updates `ubi9/ubi-minimal` from `69f5c98` to `83006d5` Updates `ubi9/ubi-minimal` from `69f5c98` to `83006d5` --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: ubi9/ubi-minimal dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: ubi9/ubi-minimal dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9e9f78 commit 60a0ddc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
2626
--mount=type=cache,target=/go/.cache/ \
2727
make fleet-manager fleetshard-sync GOOS=linux GOARCH=${TARGETARCH}
2828

29-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 AS standard
29+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183 AS standard
3030

3131
RUN microdnf install shadow-utils
3232

emailsender/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY . ./
1010

1111
RUN make emailsender
1212

13-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 AS standard
13+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183 AS standard
1414

1515
RUN microdnf install shadow-utils
1616

probe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG TARGETARCH
1212

1313
RUN make probe GOOS=linux GOARCH=${TARGETARCH}
1414

15-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 as standard
15+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183 as standard
1616

1717
RUN microdnf install shadow-utils
1818

0 commit comments

Comments
 (0)