circleci: use their ubuntu 18.04

Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
Trammell hudson 2020-01-07 19:30:23 +01:00
parent 8d4245a8bb
commit dacc3e2755
No known key found for this signature in database
GPG Key ID: 0F948052DDECBE68

View File

@ -2,7 +2,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: osresearch/ubuntu:18.04 - image: circleci/ubuntu:18.04
steps: steps:
- run: - run:
name: Install dependencies name: Install dependencies