From 11384b5688d13883c886987701164e48c5b35101 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:13:51 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-896.1717584414 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 314754a..fbd3bfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY cmd/main.go cmd/main.go # Build RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager cmd/main.go -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414 COPY LICENSE /licenses COPY --from=builder /opt/app-root/src/manager /