Reaperxxxx commited on
Commit
5e922a3
·
verified ·
1 Parent(s): b7c6c2e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18-slim
2
  RUN apt update && apt install -y git && apt clean
3
  RUN git clone https://github.com/reaperofssa/pesdb /app
4
  WORKDIR /app
 
1
+ FROM node:21
2
  RUN apt update && apt install -y git && apt clean
3
  RUN git clone https://github.com/reaperofssa/pesdb /app
4
  WORKDIR /app