From c901aaa922a48e9a0e08269e940ebfcf8087dac9 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 14 Oct 2021 20:04:12 +0530 Subject: [PATCH] upgrade node img --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ba4607..45b42bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.16.0 as frontend +FROM node:16.11-bullseye-slim as frontend LABEL org.opencontainers.image.source https://github.com/mCaptcha/survey RUN apt-get update && apt-get install -y make COPY package.json yarn.lock /src/