Skip to content

Commit

Permalink
Updated node.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Apr 8, 2024
1 parent b022db5 commit 133528c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
erlang 26.2
elixir 1.15.7-otp-26
nodejs 14.17.3
nodejs 18.20.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN mix do local.hex --force, local.rebar --force
RUN mix do deps.get --only prod

# next, build frontend assets within a node.js container
FROM node:14 as assets-builder
FROM node:18 as assets-builder

WORKDIR /root
ADD . .
Expand Down

0 comments on commit 133528c

Please sign in to comment.