We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef101d1 commit 10f5205Copy full SHA for 10f5205
python/ecs-serviceconnect/services/frontend/Dockerfile
@@ -1,5 +1,5 @@
1
# Use the official Python image
2
-FROM --platform=linux/amd64 python:3.9-slim
+FROM --platform=linux/amd64 python:3.12-slim
3
4
ARG SERVICE_B_URL_BUILD_ARG
5
ENV SERVICE_B_URL=$SERVICE_B_URL_BUILD_ARG
@@ -19,4 +19,4 @@ RUN pip install -r requirements.txt
19
# EXPOSE 5001
20
21
# Command to run the application
22
-CMD ["python", "frontend.py"]
+CMD ["python", "frontend.py"]
0 commit comments