From c0f62a04c75a1606cc23c0556a7900a6db398c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 08:26:44 +0000 Subject: [PATCH] chore(deps): Bump bitnami/node from 22 to 24 in the all group Bumps the all group with 1 update: [bitnami/node](https://github.com/bitnami/containers). Updates `bitnami/node` from 22 to 24 - [Commits](https://github.com/bitnami/containers/commits) --- updated-dependencies: - dependency-name: bitnami/node dependency-version: '24' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- Dockerfile.client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.client b/Dockerfile.client index b77bdcb..f671870 100644 --- a/Dockerfile.client +++ b/Dockerfile.client @@ -1,5 +1,5 @@ # Build step #1: build the React front end -FROM --platform=linux/amd64 public.ecr.aws/bitnami/node:22 AS build-step +FROM --platform=linux/amd64 public.ecr.aws/bitnami/node:24 AS build-step WORKDIR /app ENV PATH=/app/node_modules/.bin:$PATH