Updated docker compose to use latest build image
This commit is contained in:
parent
4a794923e6
commit
c3dcbefeb2
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
common: &common
|
common: &common
|
||||||
image: foundationdb/foundationdb-build:0.1.2
|
image: foundationdb/foundationdb-build:0.1.3
|
||||||
|
|
||||||
build-setup: &build-setup
|
build-setup: &build-setup
|
||||||
<<: *common
|
<<: *common
|
||||||
|
|
Loading…
Reference in New Issue