Skip to content

Commit 3822c8a

Browse files
committed
update python to 3.12
1 parent ff6b3a5 commit 3822c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SDK-examples/quickstart/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Python base image
2-
FROM python:3.9-slim
2+
FROM python:3.12-slim
33

44
# Set working directory inside the container
55
WORKDIR /app

0 commit comments

Comments
 (0)