From 1890d6ebb20ea704ee906e5b01ceae9e64fba0d3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Oct 2021 01:40:39 +0000 Subject: [PATCH] Update Node.js to v12.22.7 --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 4bb675c..3761631 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,5 +1,5 @@ # build environment -FROM node:12.2.0-alpine as build +FROM node:12.22.7-alpine as build WORKDIR /app ENV PATH /app/node_modules/.bin:$PATH COPY package.json /app/package.json