diff --git a/src/Dockerfile b/src/Dockerfile index 83f72450b..e4cc5230e 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,4 +1,6 @@ -FROM python:3 +FROM python:3.10 + +# Python 3.11 introduces a bug in oic package, fyi - Oct 31, 2022 RUN apt-get update && apt-get install -y postgresql-client