Skip to content

Commit

Permalink
Use debian rather than alpine for builds since it has tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Mar 19, 2020
1 parent fc35c2f commit 6f36558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
task:
name: Lint
container:
image: elixir:1.10-alpine
image: elixir:1.10
script:
mix format --check-formatted

task:
name: Tests (Linux)
container:
image: elixir:1.10-alpine
image: elixir:1.10
env:
MIX_ENV: 'test'
LC_ALL: 'en_US.UTF-8'
Expand Down

0 comments on commit 6f36558

Please sign in to comment.