Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM node:
|
2 |
USER root
|
3 |
|
4 |
# Arguments that can be passed at build time
|
|
|
1 |
+
FROM node:20-alpine
|
2 |
USER root
|
3 |
|
4 |
# Arguments that can be passed at build time
|