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:
commit
a3d24cf4b4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue