Fix Dockerfile elixir version

This commit is contained in:
mitchell 2020-02-12 23:52:54 -05:00
parent e8406a9818
commit fa5f55740c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM elixir:1.9 as build
FROM elixir:1.10 as build
WORKDIR /root/shortnr
COPY . .