Skip to content

Commit 6cafec7

Browse files
Update Node.js to v22.17.0 (#249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f4cc10 commit 6cafec7

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:22.16.0-alpine AS fe
1+
FROM node:22.17.0-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)