Skip to content

Commit a6f636e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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-1752564239
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)