Browse Source

chore(deps): bump ubi8/ubi from `19eae3d` to `c0b0729` (#5033)

* chore(deps): bump ubi8/ubi from `19eae3d` to `c0b0729`

Bumps ubi8/ubi from `19eae3d` to `c0b0729`.

---
updated-dependencies:
- dependency-name: ubi8/ubi
  dependency-version: c0b07294568b8c1281d3ad89616ce036095da770a4410147c1755d930b562682
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: remove root/buildinfo as it fails the build

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Moritz Johner <beller.moritz@googlemail.com>
Co-authored-by: Moritz Johner <moolen@users.noreply.github.com>
dependabot[bot] 9 months ago
parent
commit
07d93ab9db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile.ubi

+ 1 - 1
Dockerfile.ubi

@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi8/ubi@sha256:19eae3d00adb37538a62b9bd093fd1e01dc6197f1925e960224244a1ed52bfb5 AS minimal-ubi
+FROM registry.access.redhat.com/ubi8/ubi@sha256:c0b07294568b8c1281d3ad89616ce036095da770a4410147c1755d930b562682 AS minimal-ubi
 
 # Add metadata
 LABEL maintainer="cncf-externalsecretsop-maintainers@lists.cncf.io" \