Skip to content

Commit

Permalink
circleci: Use dockbuild/centos6 instead of unmaintained centosbuild/c…
Browse files Browse the repository at this point in the history
…entos6

Images are now consistently associated with the "dockbuild" organization
in both github and dockerhub.
  • Loading branch information
jcfr committed Mar 19, 2018
1 parent 67624ee commit 2c013f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: /usr/src/Artichoke
docker:
- image: centosbuild/centos6:latest
- image: dockbuild/centos6:latest
steps:
- checkout
- run:
Expand Down

0 comments on commit 2c013f8

Please sign in to comment.