Skip to content

Commit

Permalink
Update UBI version
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav Jain <[email protected]>
  • Loading branch information
vaibhavjainwiz committed Sep 27, 2024
1 parent a1c8b09 commit e4d99a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.redhat
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
# limitations under the License.
#

ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.4-1214
ARG BUILD_IMAGE=build
ARG PKG_IMAGE=pkg
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.4-1214

FROM $BASE_IMAGE as base_build
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.4-1214

LABEL version="1.0.0"

Expand Down

0 comments on commit e4d99a6

Please sign in to comment.