From 98e4e4e0c356f869ebb851fcefaeebd6bd86334b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:15:15 +0000 Subject: [PATCH] Update Node.js to v23 --- 15-helm/src/quote-svc/Dockerfile | 2 +- .../src/quote-svc/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/15-helm/src/quote-svc/Dockerfile b/15-helm/src/quote-svc/Dockerfile index a6ab3f2..3885648 100644 --- a/15-helm/src/quote-svc/Dockerfile +++ b/15-helm/src/quote-svc/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine +FROM node:23-alpine ENV NODE_ENV production diff --git a/25-monitoring-application-with-prometheus/src/quote-svc/Dockerfile b/25-monitoring-application-with-prometheus/src/quote-svc/Dockerfile index 13e5989..c944ba4 100644 --- a/25-monitoring-application-with-prometheus/src/quote-svc/Dockerfile +++ b/25-monitoring-application-with-prometheus/src/quote-svc/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16 +FROM node:23 ENV NODE_ENV production