diff options
author | Ashlynn Anderson <pea@pea.sh> | 2019-09-03 11:44:57 -0400 |
---|---|---|
committer | Ashlynn Anderson <pea@pea.sh> | 2019-09-03 11:44:57 -0400 |
commit | 4b422b54699ac55a1bc32d2b42c0d55d0b68b4fb (patch) | |
tree | 247a752ea12f8d2c5eb6ab250618f6641585a282 | |
parent | bd8b92ea5e1bb6a97b02e2335fbcaf389ded2c1e (diff) | |
download | pleroma-4b422b54699ac55a1bc32d2b42c0d55d0b68b4fb.tar.gz |
Switch to official elixir:1.9-alpine image for build
-rw-r--r-- | Dockerfile | 2 |
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 . . |