From e3ab9e93f60646d74e5cf55dbc95d725ed5ea3bb Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 21 Oct 2020 18:33:30 +0000 Subject: [PATCH] Change version to 0.1.19 --- build/Dockerfile | 4 ++-- build/Dockerfile.devel | 2 +- build/docker-compose.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 4bb6116f14..b4cf28ebc0 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -61,8 +61,8 @@ RUN cd /opt/ && curl -L https://github.com/facebook/rocksdb/archive/v6.10.1.tar. ARG TIMEZONEINFO=America/Los_Angeles RUN rm -f /etc/localtime && ln -s /usr/share/zoneinfo/${TIMEZONEINFO} /etc/localtime -LABEL version=0.1.18 -ENV DOCKER_IMAGEVER=0.1.18 +LABEL version=0.1.19 +ENV DOCKER_IMAGEVER=0.1.19 ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0 ENV CC=/opt/rh/devtoolset-8/root/usr/bin/gcc ENV CXX=/opt/rh/devtoolset-8/root/usr/bin/g++ diff --git a/build/Dockerfile.devel b/build/Dockerfile.devel index 70ca319ed4..aef0b02af5 100644 --- a/build/Dockerfile.devel +++ b/build/Dockerfile.devel @@ -1,4 +1,4 @@ -FROM foundationdb/foundationdb-build:0.1.18 +FROM foundationdb/foundationdb-build:0.1.19 USER root diff --git a/build/docker-compose.yaml b/build/docker-compose.yaml index 3ebecfbe64..98f0ac691e 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.18 + image: foundationdb/foundationdb-build:0.1.19 build-setup: &build-setup <<: *common