Skip to content

Commit ca144fb

Browse files
chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1154
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 38f1c98 commit ca144fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY pkg pkg/
1818
# Build
1919
RUN CGO_ENABLED=0 GOOS=linux go build -a -o manager main.go
2020

21-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
21+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154
2222
RUN microdnf update --setopt=install_weak_deps=0 -y && microdnf install git
2323
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
2424
RUN chmod +x /usr/local/bin/entrypoint.sh

0 commit comments

Comments
 (0)