upgrade node img

This commit is contained in:
Aravinth Manivannan 2021-10-14 20:04:12 +05:30
parent 91c4002276
commit c901aaa922
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -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/