Ashgen12 commited on
Commit
74e26fb
·
verified ·
1 Parent(s): 39a1271

Switch base image to python:3.12-slim

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  # The frontend runs separately on Netlify (or Vercel). Netlify only needs
3
  # BACKEND_URL pointing at this Space's public URL.
4
 
5
- FROM python:3.11-slim
6
 
7
  ENV PYTHONDONTWRITEBYTECODE=1 \
8
  PYTHONUNBUFFERED=1 \
 
2
  # The frontend runs separately on Netlify (or Vercel). Netlify only needs
3
  # BACKEND_URL pointing at this Space's public URL.
4
 
5
+ FROM python:3.12-slim
6
 
7
  ENV PYTHONDONTWRITEBYTECODE=1 \
8
  PYTHONUNBUFFERED=1 \