Skip to content

Commit ca35d8b

Browse files
Update Node.js to v24.11.1 (#369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd3ea0a commit ca35d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.11.0-alpine AS fe
1+
FROM node:24.11.1-alpine AS fe
22
WORKDIR /builder
33
COPY . .
44
RUN npm ci --legacy-peer-deps --ignore-scripts && npm run build

0 commit comments

Comments
 (0)