Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Upgrade Node to the latest LTS version #113

Merged
merged 1 commit into from Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,3 +1,3 @@
elixir 1.11.3-otp-23
erlang 23.2.5
nodejs 14.15.5
nodejs 16.13.2
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -12,7 +12,7 @@ RUN mix local.hex --force && \
mix do deps.get --only prod

# Next, build the frontend assets within a node.js container
FROM node:14.15-alpine as assets-builder
FROM node:16.13-alpine as assets-builder

WORKDIR /root
ADD . .
Expand Down