mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
Merge pull request #226 from cisagov/sspj/pin-docker-python
Pin Python image to 3.10
This commit is contained in:
commit
8762187f36
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue