Skip to content

Commit 99373c5

Browse files
chore(deps): update node.js to v22.21.0 (#201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d48bf11 commit 99373c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.20 AS build
1+
FROM node:22.21 AS build
22

33
COPY frontend/package.json frontend/build-scripts/extract-versions.js frontend/package-lock.json .npmrc /app/frontend/
44
COPY backend/package.json backend/package-lock.json .npmrc /app/backend/
@@ -12,7 +12,7 @@ COPY . ./
1212

1313
RUN npm run build
1414

15-
FROM node:22.20.0-alpine
15+
FROM node:22.21.0-alpine
1616

1717
ENV USER_UID=1001
1818
ENV GROUP_UID=1001

0 commit comments

Comments
 (0)