Skip to content

Commit 9f42cce

Browse files
Changed: Update Node.js to v22
1 parent b44afe2 commit 9f42cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.20.6-alpine AS build
1+
FROM node:22.14.0-alpine AS build
22

33
WORKDIR /srv
44
COPY package*.json /srv/
@@ -8,7 +8,7 @@ COPY src /srv/src/
88
RUN npm run tsc
99
RUN npm ci --production
1010

11-
FROM node:18.20.6-alpine
11+
FROM node:22.14.0-alpine
1212
WORKDIR /srv
1313
COPY --from=build /srv/node_modules /srv/node_modules
1414
COPY --from=build /srv/dist /srv/

0 commit comments

Comments
 (0)