Browse Source

Switch to official elixir:1.9-alpine image for build

tags/v1.1.4
Ashlynn Anderson 4 years ago
parent
commit
4b422b5469
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,4 +1,4 @@
FROM rinpatch/elixir:1.9.0-rc.0-alpine as build
FROM elixir:1.9-alpine as build

COPY . .



Loading…
Cancel
Save