diff --git a/Dockerfile b/Dockerfile index 9e1c3eb..b6303db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Deps -FROM node:19-alpine as base +FROM node:20-alpine as base WORKDIR /app RUN apk update --no-cache RUN apk add --no-cache python3 make gcc g++ bash curl