cecil commited on
Commit ·
6fc3607
1
Parent(s): 49efc40
init
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM node:
|
| 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 |
|