Skip to content

Commit 99290fa

Browse files
committed
Update Dockerfile to python:3.10-slim
1 parent 3efcb1d commit 99290fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

44
# Allow statements and log messages to immediately appear in the Knative logs
55
ENV PYTHONUNBUFFERED True

0 commit comments

Comments
 (0)