Skip to content

Commit

Permalink
fix: running tests on python:3.11 instead of python:latest due to aio…
Browse files Browse the repository at this point in the history
…http issue
  • Loading branch information
tiwarishubham635 committed Oct 16, 2023
1 parent d19b74e commit 87d1ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:latest
FROM python:3.11

ENV PYTHONBUFFERED 1

Expand Down

0 comments on commit 87d1ee4

Please sign in to comment.