Skip to content

Commit 2567c06

Browse files
authored
Update ultimate-express-postgres.dockerfile
1 parent 1641fb2 commit 2567c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/JavaScript/ultimate-express/ultimate-express-postgres.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

@@ -15,4 +15,4 @@ USER node
1515

1616
EXPOSE 8080
1717

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

0 commit comments

Comments
 (0)