Skip to content

Commit

Permalink
Upgrade base image, Node.js, and Phoenix
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed Oct 11, 2022
1 parent e045079 commit cde52b5
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.14.0-otp25.0.4
FROM quay.io/fortawesome/elixir:1.14.1-otp25.1.1

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 16.17.0
ENV NODE_VERSION 16.17.1

# install Node.js with package
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
Expand All @@ -28,7 +28,7 @@ RUN apt-get install -y nodejs
# install Hex
RUN mix local.hex --force

ENV PHOENIX_VERSION 1.6.11
ENV PHOENIX_VERSION 1.6.14

# install the Phoenix Mix archive
RUN mix archive.install --force hex phx_new $PHOENIX_VERSION
Expand Down

0 comments on commit cde52b5

Please sign in to comment.