mirror of https://github.com/mitchell/shortnr.git
Fix Dockerfile elixir version
This commit is contained in:
parent
e8406a9818
commit
fa5f55740c
|
@ -1,4 +1,4 @@
|
||||||
FROM elixir:1.9 as build
|
FROM elixir:1.10 as build
|
||||||
|
|
||||||
WORKDIR /root/shortnr
|
WORKDIR /root/shortnr
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
Loading…
Reference in New Issue