Skip to content

Commit d89f79f

Browse files
committed
fix(ci): updating node to 22-slim
Signed-off-by: Brandt Keller <[email protected]>
1 parent 1da8bb5 commit d89f79f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
services:
33
setup:
4-
image: node:18
4+
image: node:22-slim
55
working_dir: /usr/src/app
66
volumes:
77
- "${PWD}:/usr/src/app"
88
lint:
9-
image: node:18
9+
image: node:22-slim
1010
working_dir: /usr/src/app
1111
volumes:
1212
- "${PWD}:/usr/src/app"
1313
spelling:
14-
image: node:18
14+
image: node:22-slim
1515
working_dir: /usr/src/app
1616
volumes:
1717
- "${PWD}:/usr/src/app"
1818
links:
19-
image: node:18
19+
image: node:22-slim
2020
working_dir: /usr/src/app
2121
volumes:
2222
- "${PWD}:/usr/src/app"

0 commit comments

Comments
 (0)