Skip to content

Commit ef101d1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ecs-serviceconnect/services/data/Dockerfile

Lines changed: 1 addition & 1 deletion
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
# Set the working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)