diff --git a/Dockerfile b/Dockerfile index aea5323e..ad0f3631 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine +FROM node:20-alpine RUN apk add --no-cache dumb-init python3 make g++ diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 33ef2ef8..c117b71e 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -1,4 +1,4 @@ -FROM node:16-alpine +FROM node:20-alpine RUN apk add --no-cache dumb-init ca-certificates python3 make g++