From c221e3831bbba201d2b7af45100657df20a1e51b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 20:43:39 +0000 Subject: [PATCH] Bump node in /Dapr/pubsub-programmatic/nodejs/consumer2 Bumps node from 14.17.3-alpine3.14 to 18.3.0-alpine3.14. --- updated-dependencies: - dependency-name: node dependency-version: 18.3.0-alpine3.14 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Dapr/pubsub-programmatic/nodejs/consumer2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dapr/pubsub-programmatic/nodejs/consumer2/Dockerfile b/Dapr/pubsub-programmatic/nodejs/consumer2/Dockerfile index c1a11b7..6f7b63c 100644 --- a/Dapr/pubsub-programmatic/nodejs/consumer2/Dockerfile +++ b/Dapr/pubsub-programmatic/nodejs/consumer2/Dockerfile @@ -1,5 +1,5 @@ # FROM node:current-alpine -FROM node:14.17.3-alpine3.14 +FROM node:18.3.0-alpine3.14 COPY . /app WORKDIR /app RUN npm install