Skip to content

Commit

Permalink
Updated to Elixir 1.10.1, Erlang 22.2.6, and Node.js 12.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed Feb 10, 2020
1 parent bbef92a commit 07a9ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fortawesome/elixir:1.10.0-otp22.2.4
FROM quay.io/fortawesome/elixir:1.10.1-otp22.2.6

ENV DEBIAN_FRONTEND noninteractive

Expand All @@ -18,7 +18,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \

# Install Node
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 12.14.1
ENV NODE_VERSION 12.15.0

# install Node.js with package
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
Expand Down

0 comments on commit 07a9ae0

Please sign in to comment.