diff --git a/Dockerfile b/Dockerfile index 223b4edf8..e8e429e9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM harbor.intgdc.com/tools/gdc-java-8-jre-centos8:6c54afc +FROM harbor.intgdc.com/tools/gdc-java-8-jre-centos8:452e95a ARG RVM_VERSION=stable ARG JRUBY_VERSION=9.2.5.0 @@ -6,7 +6,7 @@ ARG JRUBY_VERSION=9.2.5.0 LABEL image_name="GDC LCM Bricks" LABEL maintainer="LCM " LABEL git_repository_url="https://github.com/gooddata/gooddata-ruby/" -LABEL parent_image="harbor.intgdc.com/tools/gdc-java-8-jre-centos8:6c54afc" +LABEL parent_image="harbor.intgdc.com/tools/gdc-java-8-jre-centos8:452e95a" # which is required by RVM RUN yum install -y curl which patch make git maven procps \