cecil commited on
Commit
6fc3607
·
1 Parent(s): 49efc40
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:latest
2
 
3
  RUN apt-get update && apt-get install -y && rm -rf /var/lib/apt/lists/*
4
 
 
1
+ FROM node:22.1.0
2
 
3
  RUN apt-get update && apt-get install -y && rm -rf /var/lib/apt/lists/*
4