From d12ee5581777922fafe5895ced7e4b70b63c0d68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 01:36:42 +0000 Subject: [PATCH] chore(deps): update node.js to v22.17.1 (#42) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea00c04..50fd666 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=22.17.0-slim +ARG NODE_VERSION=22.17.1-slim # Stage 1: Build the application FROM node:${NODE_VERSION} AS builder