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
  • Loading branch information
pramodbindal committed Oct 24, 2024
1 parent 1996f69 commit e4fa9d5
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

FROM $GO_BUILDER AS builder

Expand Down

0 comments on commit e4fa9d5

Please sign in to comment.