Skip to content

Commit 6d39683

Browse files
Update Node.js to v22.20.0 (#333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30ec5be commit 6d39683

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.19.0-alpine AS fe
1+
FROM node:22.20.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)