Update docker to 3.0.1

This commit is contained in:
Nemanja Trifunovic 2019-04-14 20:17:23 -04:00
parent d5e847d0a3
commit 335a3ee6a0
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: nemtrif/utf8cpp:3.0
- image: nemtrif/utf8cpp:3.0.1
steps:
- checkout
- run: git submodule update --init --recursive --remote

View file

@ -1,5 +1,5 @@
FROM debian:stretch-slim
RUN apt-get update \
&& apt-get install -y make g++ cmake \
&& apt-get install -y make g++ cmake git \
&& rm -rf /var/lib/apt/lists/*