File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
demos/c_api_minimal_app/capi_files Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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-1747219013
18
18
ARG BUILD_IMAGE=build
19
19
ARG PKG_IMAGE=pkg
20
20
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.5
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-1747219013
18
18
ARG BUILD_IMAGE=build
19
19
ARG PKG_IMAGE=pkg
20
20
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.5
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-1747219013
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