Skip to content

Commit

Permalink
Upgrade to Elixir 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hex337 committed Mar 12, 2020
1 parent 77f9214 commit 961e3bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified .hex/cache.ets
Binary file not shown.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.8

FROM elixir:1.7.4-alpine AS builder
FROM elixir:1.9.4-alpine AS builder

ARG SLACK_TOKEN
ARG KOIN_BOT_ID
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.7.2
FROM elixir:1.9.4

ARG SLACK_TOKEN
ARG KOIN_BOT_ID
Expand Down
2 changes: 1 addition & 1 deletion elixir_buildpack.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
elixir_version=1.7.4
elixir_version=1.9.4

0 comments on commit 961e3bf

Please sign in to comment.