changed dockerfile to use python3.11
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM python:3.10-slim
 | 
					FROM python:3.11-slim
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Keeps Python from generating .pyc files in the container
 | 
					# Keeps Python from generating .pyc files in the container
 | 
				
			||||||
ENV PYTHONDONTWRITEBYTECODE=1
 | 
					ENV PYTHONDONTWRITEBYTECODE=1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user