Skip to content

Commit ffdf250

Browse files
authored
Update ultimate-express.dockerfile
1 parent 2567c06 commit ffdf250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/JavaScript/ultimate-express/ultimate-express.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM node:20-slim
2+
FROM node:22-slim
33

44
WORKDIR /app
55

@@ -13,4 +13,4 @@ USER node
1313

1414
EXPOSE 8080
1515

16-
CMD ["node", "clustered.js"]
16+
CMD ["node", "clustered.js"]

0 commit comments

Comments
 (0)