From c53c9b59d91e9b3954eb1994a0e4800560c88f2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:01:41 +0000 Subject: [PATCH] chore(deps): update node.js to v22.22.2 --- Dockerfile | 2 +- Dockerfile.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b8c1878..15d295c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # pull official base image -FROM node:22.21.1-alpine +FROM node:22.22.2-alpine RUN apk add --update python3 make g++\ && rm -rf /var/cache/apk/* diff --git a/Dockerfile.production b/Dockerfile.production index e9e2e1e..7d31298 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,5 +1,5 @@ # pull official base image -FROM node:22.21.1-alpine +FROM node:22.22.2-alpine # set working directory WORKDIR /app