Skip to content

Commit

Permalink
Updated env variables for building process
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Jan 8, 2025
1 parent 063e9b8 commit 4c16dac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfiles/build-base/rhel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# syntax=docker/dockerfile:1
#ARG RHEL_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.5
ARG RHEL_BASE_IMAGE=registry.redhat.io/ubi10-beta/ubi-minimal
ARG RHEL_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.5
FROM ${RHEL_BASE_IMAGE}

ARG MAJOR_VERSION=7.2
Expand Down

0 comments on commit 4c16dac

Please sign in to comment.