Incremented the version of the build docker due to the addition of the boost 1.67 directory

This commit is contained in:
Alvin Moore 2019-01-31 11:10:34 -08:00
parent 0e5db1e7b7
commit fd35a46888
2 changed files with 2 additions and 2 deletions

View File

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

View File

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