Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit e4425bb

Browse files
author
Mario Mainz
committed
Update Elixir to 1.10.2
1 parent 48a3b2b commit e4425bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
elixir 1.10.0
1+
elixir 1.10.2

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matrix:
88
- otp_release: 22.0
99
elixir: 1.9.4
1010
- otp_release: 22.0
11-
elixir: 1.10.0
11+
elixir: 1.10.2
1212
script:
1313
- mix format --check-formatted
1414
- mix credo --strict

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM elixir:1.9.4-alpine
1+
FROM elixir:1.10.2-alpine
22

33
RUN mix local.hex --force
44
RUN mix local.rebar --force

0 commit comments

Comments
 (0)