chore(deps): bump node from 16.8.0 to 16.9.1

Bumps node from 16.8.0 to 16.9.1.
This commit is contained in:
Robert Prehn 2021-09-13 23:04:30 +00:00
parent 8fabd0e22e
commit 2c98889cff

View file

@ -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.8.0 AS asset-builder
FROM node:16.9.1 AS asset-builder
# Build assets in a node container
ADD ./apps/app/assets/ /root/app/apps/app/assets/