mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 15:53:31 +02:00
Pin Python image to 3.10
This commit is contained in:
parent
4722ec43e8
commit
2bb65e895b
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
|
RUN apt-get update && apt-get install -y postgresql-client
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue