Bump docker image version to 0.1.9

This commit is contained in:
Andrew Noyes 2019-12-12 11:13:13 -08:00
parent 0421a4c52a
commit f3265e951c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM centos:6
LABEL version=0.1.8
ENV DOCKER_IMAGEVER=0.1.8
LABEL version=0.1.9
ENV DOCKER_IMAGEVER=0.1.9
# Install dependencies for developer tools, bindings,\
# documentation, actorcompiler, and packaging tools\

View File

@ -2,7 +2,7 @@ version: "3"
services:
common: &common
image: foundationdb/foundationdb-build:0.1.8
image: foundationdb/foundationdb-build:0.1.9
build-setup: &build-setup
<<: *common