Update Dockerfile to use custom Python 3.10.5 image instead of Python 3.11 slim base
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use Python 3.11 slim image as base
|
||||
FROM python:3.11-slim
|
||||
FROM 172.16.102.3:30648/python:3.10.5
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user