From 6de7f99b3afac4bf2cf4b3132f33bb098bfd44a2 Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Thu, 12 Aug 2021 23:04:49 +0000 Subject: [PATCH] chore(deps): bump node from 16.6.1 to 16.6.2 Bumps node from 16.6.1 to 16.6.2. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1068dc1..bff879f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/