chore(deps): bump node from 16.6.2 to 16.8.0
Bumps node from 16.6.2 to 16.8.0.
This commit is contained in:
parent
b0e7d9078c
commit
33a86dc7c5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ RUN mix deps.get
|
|||
|
||||
# Leave off here so that we can built assets and compile the elixir app in parallel
|
||||
|
||||
FROM node:16.6.2 AS asset-builder
|
||||
FROM node:16.8.0 AS asset-builder
|
||||
|
||||
# Build assets in a node container
|
||||
ADD ./apps/app/assets/ /root/app/apps/app/assets/
|
||||
|
|
Loading…
Reference in a new issue