diff --git a/Dockerfile b/Dockerfile index b55f24d..96dac5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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