diff --git a/Dockerfile b/Dockerfile index f6507a27..12b6a74a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # base stage installs the project dependencies -FROM node:19-alpine3.16 as base +FROM node:20-alpine3.16 as base # install non-npm build dependencies RUN apk add --no-cache \