Skip to content

Commit

Permalink
Update the Docker file to use latest ubi image
Browse files Browse the repository at this point in the history
- [Commits](kubernetes/apimachinery@v0.31.1...v0.31.2)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
pramodbindal committed Oct 25, 2024
1 parent 36445f9 commit 2c90290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/dockerfiles/cache.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:c0e70387664f30cd9cf2795b547e4a9a51002c44a4a86aa9335ab030134bf392
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:f5d2c6a1e0c86e4234ea601552dbabb4ced0e013a1efcbfb439f1f6a7a9275b0

FROM $GO_BUILDER AS builder

Expand Down

0 comments on commit 2c90290

Please sign in to comment.