1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #2219 from fcrisciani/base-image

CircleCI use latest image
This commit is contained in:
Flavio Crisciani 2018-07-03 17:45:12 -07:00 committed by GitHub
commit a3d24cf4b4

View file

@ -3,7 +3,8 @@ version: 2
defaults: &defaults
working_directory: ~/go/src/github.com/docker/libnetwork
docker:
- image: 'circleci/golang:1.10'
# the following image is irrelevant for the build, everything is built inside a container, check the Makefile
- image: 'circleci/golang:latest'
environment:
dockerbuildargs: .
dockerargs: --privileged -e CIRCLECI