Incremented the version of the build docker due to the addition of the boost 1.67 directory
This commit is contained in:
parent
0e5db1e7b7
commit
fd35a46888
|
@ -1,5 +1,5 @@
|
|||
FROM ubuntu:15.04
|
||||
LABEL version=0.0.2
|
||||
LABEL version=0.0.3
|
||||
|
||||
RUN sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' -e 's/us\.old/old/g' /etc/apt/sources.list && apt-get clean
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
common: &common
|
||||
image: foundationdb-build:0.0.2
|
||||
image: foundationdb-build:0.0.3
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Reference in New Issue