diff --git a/Dockerfile b/Dockerfile index bda81f9..61654c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # pull official base image -FROM node:22.23.1-alpine +FROM node:22.23.2-alpine RUN apk add --update python3 make g++\ && rm -rf /var/cache/apk/* diff --git a/Dockerfile.production b/Dockerfile.production index 9bb2e27..6b05c7d 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,5 +1,5 @@ # pull official base image -FROM node:22.23.1-alpine +FROM node:22.23.2-alpine # set working directory WORKDIR /app