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