Skip to content

Commit

Permalink
Use default elixir image instead of slim
Browse files Browse the repository at this point in the history
  • Loading branch information
kottkrig authored Jan 28, 2020
1 parent d6b4242 commit f4a5d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.9.1-slim
image: elixir:1.9.1

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit f4a5d91

Please sign in to comment.