Skip to content

Commit aa0d0ee

Browse files
Bump ubi8/ubi-minimal from 8.10-1295 to 8.10-1295.1749680713
Bumps ubi8/ubi-minimal from 8.10-1295 to 8.10-1295.1749680713. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-version: 8.10-1295.1749680713 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee18371 commit aa0d0ee

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
@@ -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/ubi8/ubi-minimal:8.10-1295 AS standard
29+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295.1749680713.1749680713 AS standard
3030

3131
RUN microdnf install shadow-utils
3232

tools.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
2525
--mount=type=cache,target=/go/.cache/ \
2626
make binary GOARCH=${TARGETARCH}
2727

28-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295 AS standard
28+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295.1749680713.1749680713 AS standard
2929

3030
ENV KUBECTL_VERSION=v1.28.1
3131

0 commit comments

Comments
 (0)