Bump docker image version to 0.1.9
This commit is contained in:
parent
0421a4c52a
commit
f3265e951c
|
@ -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\
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue