mirror of
https://github.com/mitchell/shortnr.git
synced 2025-06-19 13:55:34 +00:00
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 a new issue