CineDev commited on
Commit
23d9df5
·
1 Parent(s): 03b5abf

Upgrade python base image to 3.12 for Django 6.0 compatibility

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use python 3.11 slim image
2
- FROM python:3.11-slim
3
 
4
  # Set environment variables
5
  ENV PYTHONDONTWRITEBYTECODE=1
 
1
+ # Use python 3.12 slim image
2
+ FROM python:3.12-slim
3
 
4
  # Set environment variables
5
  ENV PYTHONDONTWRITEBYTECODE=1