Pin Python image to 3.10

This commit is contained in:
Seamus Johnston 2022-10-31 08:47:36 -05:00
parent 4722ec43e8
commit 2bb65e895b
No known key found for this signature in database
GPG key ID: 2F21225985069105

View file

@ -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 RUN apt-get update && apt-get install -y postgresql-client