Change version to 0.1.19

This commit is contained in:
Andrew Noyes 2020-10-21 18:33:30 +00:00
parent cd596dcfd5
commit e3ab9e93f6
3 changed files with 4 additions and 4 deletions

View File

@ -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++

View File

@ -1,4 +1,4 @@
FROM foundationdb/foundationdb-build:0.1.18
FROM foundationdb/foundationdb-build:0.1.19
USER root

View File

@ -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