diff --git a/Dockerfile b/Dockerfile index 0166268..b8c1878 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # pull official base image -FROM node:22.21.0-alpine +FROM node:22.21.1-alpine RUN apk add --update python3 make g++\ && rm -rf /var/cache/apk/* diff --git a/Dockerfile.production b/Dockerfile.production index 41bcc0c..e9e2e1e 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,5 +1,5 @@ # pull official base image -FROM node:22.21.0-alpine +FROM node:22.21.1-alpine # set working directory WORKDIR /app