From 2c98889cff9ec2974f94a2f04f253a1c23871878 Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Mon, 13 Sep 2021 23:04:30 +0000 Subject: [PATCH] chore(deps): bump node from 16.8.0 to 16.9.1 Bumps node from 16.8.0 to 16.9.1. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93887adc..f5f97d9f 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.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/