Skip to content

Commit 2898997

Browse files
chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1295 (#2246)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent b3f2c9c commit 2898997

File tree

5 files changed

+5
-5
lines changed

5 files changed

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

3131
RUN microdnf install shadow-utils
3232

Dockerfile.tools

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

77
RUN make binary
88

9-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1255 as standard
9+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295 as standard
1010

1111
ENV KUBECTL_VERSION=v1.28.1
1212

dp-terraform/helm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1255 AS build
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295 AS build
22
ENV HOME=/opt/helm
33
COPY rhacs-terraform ${HOME}/rhacs-terraform
44
WORKDIR ${HOME}

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/ubi8/ubi-minimal:8.10-1179 as standard
13+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295 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
@@ -11,7 +11,7 @@ COPY . ./
1111

1212
RUN make probe
1313

14-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1255 as standard
14+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295 as standard
1515

1616
RUN microdnf install shadow-utils
1717

0 commit comments

Comments
 (0)