Skip to content

Commit

Permalink
Upgrade to base image and Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed May 13, 2020
1 parent 22ee477 commit b03c35f
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.2-otp22.3.0
FROM quay.io/fortawesome/elixir:1.10.3-otp23.0

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.2
ENV NODE_VERSION 12.16.3

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

0 comments on commit b03c35f

Please sign in to comment.