From e759797f71b7d87861ee27222ba87d39ce7a764f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 21:31:48 +0000 Subject: [PATCH] Update Node.js to v12.22.12 --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 4bb675c..0b502e2 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.12-alpine as build WORKDIR /app ENV PATH /app/node_modules/.bin:$PATH COPY package.json /app/package.json