Skip to content

Commit c764946

Browse files
committed
upgrade to node v24.4.1
1 parent b9fc42d commit c764946

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.1.0
1+
v24.4.1

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.1.0-alpine3.21 AS builder
1+
FROM node:24.4.1-alpine3.22 AS builder
22

33
RUN apk update --no-cache && apk add --no-cache git
44

@@ -27,7 +27,7 @@ RUN if [ "$DOCS_BASE_URL" == "null" ]; \
2727
else npm run build; \
2828
fi
2929

30-
FROM node:24.1.0-alpine3.21 AS server
30+
FROM node:24.4.1-alpine3.22 AS server
3131

3232
RUN addgroup -S appgroup
3333
RUN adduser -S appuser -G appgroup

0 commit comments

Comments
 (0)