diff --git a/Dockerfile b/Dockerfile index 18f046b2..399c52c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ######################################### # frontend image ######################################### -FROM node:12.12.0-alpine as frontend +FROM node:14.9.0-alpine as frontend ## Install system dependencies RUN apk --update add --no-cache \