Merge branch 'dependabot-docker-node-16.6.0' into 'master'

chore(deps): bump node from 16.5.0 to 16.6.0

See merge request mythic-insight/legendary!101
This commit is contained in:
Robert Prehn 2021-08-04 22:10:45 +00:00
commit 1cb50a1be1
2 changed files with 2 additions and 1 deletions

View file

@ -2,3 +2,4 @@ cover
.elixir_ls
*.dump
.journal-*
.git

View file

@ -27,7 +27,7 @@ RUN mix deps.get
# Leave off here so that we can built assets and compile the elixir app in parallel
FROM node:16.5.0 AS asset-builder
FROM node:16.6.0 AS asset-builder
# Build assets in a node container
ADD ./apps/app/assets/ /root/app/apps/app/assets/