Skip to content

Commit 299e50d

Browse files
Update Node.js to v24 (#1099)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent c3a0c1b commit 299e50d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.cypress

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILDSCRIPT=
22
ARG LDFLAGS=
3-
FROM docker.io/library/node:22-alpine as web-builder
3+
FROM docker.io/library/node:24-alpine as web-builder
44

55
USER node
66

Dockerfile.front

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/node:22-alpine as web-builder
1+
FROM docker.io/library/node:24-alpine as web-builder
22

33
USER node
44

0 commit comments

Comments
 (0)