Skip to content

Commit d5b4050

Browse files
nodejs24(deps): bump the node group across 1 directory with 2 updates (#2494)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 348ff1b commit d5b4050

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/runtimes/nodejs24/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# build with --build-arg BASE=non-fips or --build-arg BASE=fips to select the base image
22
ARG BASE=non-fips
33

4-
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/node:24.14.1-alpine3.23 AS non-fips
4+
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/node:24.15.0-alpine3.23 AS non-fips
55

6-
FROM europe-docker.pkg.dev/kyma-project/restricted-prod/sap.com/node-fips:24.14.1-dev AS fips
6+
FROM europe-docker.pkg.dev/kyma-project/restricted-prod/sap.com/node-fips:24.15.0-dev AS fips
77

88
FROM ${BASE}
99

0 commit comments

Comments
 (0)