Skip to content

Commit 7f638a4

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.7-1771346502 (#470)
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 42ac60a commit 7f638a4

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 USER=netobserv VERSION=main make oc-commands
3333
RUN mkdir -p output
3434

3535
# Create final image from ubi + built binary and command
36-
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.7-1770267347
36+
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502
3737

3838
RUN microdnf install -y tar && \
3939
microdnf clean all

Dockerfile.downstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN USER=netobserv VERSION="$BUILDVERSION" IMAGE="$IMAGE" AGENT_IMAGE="$AGENT_IM
3434
RUN mkdir -p output
3535

3636
# Create final image from ubi-minimal + built binary and command
37-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1770267347
37+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502
3838
ARG BUILDVERSION
3939
ARG BUILDVERSION_Y
4040

0 commit comments

Comments
 (0)