We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348ff1b commit d5b4050Copy full SHA for d5b4050
1 file changed
components/runtimes/nodejs24/Dockerfile
@@ -1,9 +1,9 @@
1
# build with --build-arg BASE=non-fips or --build-arg BASE=fips to select the base image
2
ARG BASE=non-fips
3
4
-FROM europe-docker.pkg.dev/kyma-project/prod/external/library/node:24.14.1-alpine3.23 AS non-fips
+FROM europe-docker.pkg.dev/kyma-project/prod/external/library/node:24.15.0-alpine3.23 AS non-fips
5
6
-FROM europe-docker.pkg.dev/kyma-project/restricted-prod/sap.com/node-fips:24.14.1-dev AS fips
+FROM europe-docker.pkg.dev/kyma-project/restricted-prod/sap.com/node-fips:24.15.0-dev AS fips
7
8
FROM ${BASE}
9
0 commit comments