diff --git a/build/Dockerfile b/build/Dockerfile index d51c00b4dc..71288026e4 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,13 +1,13 @@ FROM centos:6 -LABEL version=0.1.7 -ENV DOCKER_IMAGEVER=0.1.7 +LABEL version=0.1.8 +ENV DOCKER_IMAGEVER=0.1.8 # Install dependencies for developer tools, bindings,\ # documentation, actorcompiler, and packaging tools\ RUN yum install -y yum-utils &&\ yum-config-manager --enable rhel-server-rhscl-7-rpms &&\ yum -y install centos-release-scl epel-release &&\ - yum -y install devtoolset-8 java-1.8.0-openjdk-devel \ + yum -y install devtoolset-8=devtoolset-8-8.1-1 java-1.8.0-openjdk-devel \ rh-python36-python-devel devtoolset-8-valgrind-devel \ mono-core rh-ruby24 golang python27 rpm-build debbuild \ python-pip npm dos2unix valgrind-devel ccache distcc &&\ diff --git a/build/docker-compose.yaml b/build/docker-compose.yaml index 2878816a26..f0e7dc17ee 100644 --- a/build/docker-compose.yaml +++ b/build/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3" services: common: &common - image: foundationdb/foundationdb-build:0.1.7 + image: foundationdb/foundationdb-build:0.1.8 build-setup: &build-setup <<: *common