ihtesham0345 commited on
Commit
ec67f34
·
1 Parent(s): 60113d3

Fix: switch to Python 3.12 for mewzoom compatibility

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10-slim
2
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends \
4
  libgl1 libglib2.0-0 git curl \
 
1
+ FROM python:3.12-slim
2
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends \
4
  libgl1 libglib2.0-0 git curl \