-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to elixir 1.114 and phoenix 1.5.9
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM elixir:1.11.3 | ||
FROM elixir:1.11.4 | ||
MAINTAINER Nicolas Bettenburg <[email protected]> | ||
|
||
RUN mix local.hex --force \ | ||
&& mix archive.install --force hex phx_new 1.5.8 \ | ||
&& mix archive.install --force hex phx_new 1.5.9 \ | ||
&& apt-get update \ | ||
&& curl -sL https://deb.nodesource.com/setup_12.x | bash \ | ||
&& apt-get install -y apt-utils \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/sh | ||
docker build -t nicbet/phoenix:1.5.8 . | ||
docker build -t nicbet/phoenix:1.5.9 . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters