summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAshlynn Anderson <pea@pea.sh>2019-09-03 11:44:57 -0400
committerAshlynn Anderson <pea@pea.sh>2019-09-03 11:44:57 -0400
commit4b422b54699ac55a1bc32d2b42c0d55d0b68b4fb (patch)
tree247a752ea12f8d2c5eb6ab250618f6641585a282 /Dockerfile
parentbd8b92ea5e1bb6a97b02e2335fbcaf389ded2c1e (diff)
Switch to official elixir:1.9-alpine image for build
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 268ec61dc..59a352bbc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM rinpatch/elixir:1.9.0-rc.0-alpine as build
+FROM elixir:1.9-alpine as build
COPY . .