chore(deps): bump node from 16.6.1 to 16.6.2

Bumps node from 16.6.1 to 16.6.2.
This commit is contained in:
Robert Prehn 2021-08-12 23:04:49 +00:00
parent 2bf818d53d
commit 6de7f99b3a

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