mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 18:19:08 +00:00
fix: docker python version
This commit is contained in:
parent
29050da4b4
commit
a11c72cacc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Use official Python image
|
||||
FROM python:3.10-slim
|
||||
FROM python:3.12-slim
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Add table
Reference in a new issue