diff --git a/Dockerfile b/Dockerfile index 1b1175963..fb9d810be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -o manager main.go # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 WORKDIR / COPY --from=builder /workspace/manager . COPY --from=builder /workspace/manifest.yaml . diff --git a/build/Dockerfile-local b/build/Dockerfile-local index 4f59a3381..69f4f376b 100644 --- a/build/Dockerfile-local +++ b/build/Dockerfile-local @@ -1,6 +1,6 @@ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 WORKDIR / COPY bin/manager-cgo ./manager COPY jsons/ ./jsons/