badman99dev commited on
Commit
0b9232f
·
verified ·
1 Parent(s): bda696f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # 1. Node.js stable version
2
- FROM node:18-slim
3
 
4
  # 2. Install required system tools & HF CLI using Python VENV
5
  RUN apt-get update && apt-get install -y \
 
1
  # 1. Node.js stable version
2
+ FROM node:20-slim
3
 
4
  # 2. Install required system tools & HF CLI using Python VENV
5
  RUN apt-get update && apt-get install -y \