Try alpine container
This commit is contained in:
parent
909e0be440
commit
c4f8835ed8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: theorangeone/docker-pandoc
|
- image: theorangeone/docker-pandoc:alpine
|
||||||
working_directory: ~/tex-template
|
working_directory: ~/tex-template
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
Reference in a new issue