amaye15 commited on
Commit
e1b7ad1
·
1 Parent(s): f9ce179

Debug - Python 3.11

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