Skip to content

Commit

Permalink
Upgrade to Erlang 23.0.2, Elixir 1.10.4, and Node.js 12.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed Jul 7, 2020
1 parent 96990eb commit b1f2080
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.3-otp23.0.1
FROM quay.io/fortawesome/elixir:1.10.4-otp23.0.2

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.16.3
ENV NODE_VERSION 12.18.2

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

0 comments on commit b1f2080

Please sign in to comment.