Skip to content

Commit 10f5205

Browse files
authored
Update Dockerfile
Update python to 3.12
1 parent ef101d1 commit 10f5205

File tree

1 file changed

+2
-2
lines changed
  • python/ecs-serviceconnect/services/frontend

1 file changed

+2
-2
lines changed

python/ecs-serviceconnect/services/frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Python image
2-
FROM --platform=linux/amd64 python:3.9-slim
2+
FROM --platform=linux/amd64 python:3.12-slim
33

44
ARG SERVICE_B_URL_BUILD_ARG
55
ENV SERVICE_B_URL=$SERVICE_B_URL_BUILD_ARG
@@ -19,4 +19,4 @@ RUN pip install -r requirements.txt
1919
# EXPOSE 5001
2020

2121
# Command to run the application
22-
CMD ["python", "frontend.py"]
22+
CMD ["python", "frontend.py"]

0 commit comments

Comments
 (0)