diff --git a/Dockerfile b/Dockerfile index b8a8e4bb..da03dce1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Dockerfile will install app dependencies and run lint+unit tests before # creating a production build of the app. -FROM node:14.18-alpine as base +FROM node:14.19.1-alpine as base LABEL maintainer="hedgecock.d@gmail.com" WORKDIR /usr/src/app