Merge pull request #226 from cisagov/sspj/pin-docker-python

Pin Python image to 3.10
This commit is contained in:
Seamus Johnston 2022-10-31 14:04:48 +00:00 committed by GitHub
commit 8762187f36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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