From e2581ed3034effd388fce646ec3516d6c488b026 Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Wed, 14 Jul 2021 23:04:54 +0000 Subject: [PATCH] chore(deps): bump node from 16.3.0 to 16.5.0 Bumps node from 16.3.0 to 16.5.0. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87b7d607..c51eb266 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.3.0 AS asset-builder +FROM node:16.5.0 AS asset-builder # Build assets in a node container ADD ./apps/app/assets/ /root/app/apps/app/assets/