Skip to content

Commit

Permalink
update system runtime versions
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Sep 17, 2021
1 parent 6abfbaf commit 2ae8994
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM "elixir:1.11.2-slim"
FROM "elixir:1.12.3-slim"

ARG MIX_ENV=dev
ENV MIX_ENV=$MIX_ENV
Expand All @@ -10,7 +10,7 @@ RUN apt-get update && apt-get -y install cargo python procps autoconf libtool li

ENV PATH=$PATH:/root/.volta/bin

RUN volta install node@8.17
RUN volta install node@16.9

ADD ["package.json", "package-lock.json", "/code/"]

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Eth.Mixfile do
[
app: :eth,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.12",
description: description(),
start_permanent: Mix.env() == :prod,
package: package(),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
}
},
"volta": {
"node": "15.3.0"
"node": "16.9.1"
}
}

0 comments on commit 2ae8994

Please # to comment.