magicboris commited on
Commit
f866077
·
verified ·
1 Parent(s): 90cc4fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ COPY frontend/ ./
17
  RUN npm run build # генерирует /.next статические файлы
18
 
19
  # ---------- final image: объединяем всё ----------
20
- FROM python:3.10-slim
21
  WORKDIR /opt/udr
22
 
23
  # --- системные пакеты ---
 
17
  RUN npm run build # генерирует /.next статические файлы
18
 
19
  # ---------- final image: объединяем всё ----------
20
+ FROM python:3.11-slim
21
  WORKDIR /opt/udr
22
 
23
  # --- системные пакеты ---