Skip to content

Commit

Permalink
Releasing version 1.0.151
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Sep 29, 2022
1 parent 8edc331 commit acdb37b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.150
1.0.151
5 changes: 3 additions & 2 deletions runtime/src/main/c/Dockerfile-buildimage
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
# limitations under the License.
#

FROM container-registry.oracle.com/os/oraclelinux:7.5
FROM docker-remote.artifactory.oci.oraclecorp.com/oraclelinux:7.5

RUN yum install -y gcc cmake java-1.8.0-openjdk-devel.x86_64 make

RUN yum install -y gcc cmake java-1.8.0-openjdk-devel make
RUN yum install -y gcc-c++

RUN mkdir /build
Expand Down

0 comments on commit acdb37b

Please sign in to comment.