File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
demos/c_api_minimal_app/capi_files Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6
15
+ ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6-1753769805
16
16
ARG BUILD_IMAGE=build
17
17
ARG PKG_IMAGE=pkg
18
18
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9-minimal:9.6
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
#
16
16
17
- ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.5
17
+ ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6-1753769805
18
18
FROM $BASE_IMAGE as base_build
19
19
SHELL ["/bin/bash", "-c"]
20
20
RUN yum install -y xz git shadow-utils make gcc gcc-c++
You can’t perform that action at this time.
0 commit comments