Browse Source

chore(Elixir): Bump to version 1.9.4 (#5394)

Thomas Cioppettini 5 years ago
parent
commit
cbf70ce060
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Elixir/phoenix/phoenix.dockerfile

+ 1 - 1
frameworks/Elixir/phoenix/phoenix.dockerfile

@@ -1,4 +1,4 @@
-FROM elixir:1.9.1
+FROM elixir:1.9.4
 
 ADD ./ /phoenix
 WORKDIR /phoenix