mirror of
https://github.com/mitchell/shortnr.git
synced 2025-12-17 05:17:22 +00:00
Fix Dockerfile elixir version
This commit is contained in:
parent
e8406a9818
commit
fa5f55740c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM elixir:1.9 as build
|
||||
FROM elixir:1.10 as build
|
||||
|
||||
WORKDIR /root/shortnr
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue