Skip to content

Commit

Permalink
Update to Base image (elixir:1.15.5-otp26.0.2-rust1.72.0), Node.js (1…
Browse files Browse the repository at this point in the history
…8.17.1), NPM (10.1.0), and Phoenix (1.7.7)
  • Loading branch information
supercodepoet committed Sep 11, 2023
1 parent 60365d6 commit dabf384
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fortawesome/elixir:1.15.4-otp26.0.2-rust1.71.0
FROM quay.io/fortawesome/elixir:1.15.5-otp26.0.2-rust1.72.0

ENV DEBIAN_FRONTEND noninteractive

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

# Install Node
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 18.16.1
ENV NODE_VERSION 18.17.1

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

RUN apt-get install -y nodejs

# install NPM version
ENV NPM_VERSION 9.8.0
ENV NPM_VERSION 10.1.0

RUN npm install -g npm@$NPM_VERSION

Expand Down

0 comments on commit dabf384

Please sign in to comment.