File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
DATABASE_URL : ' postgres://pg:passw0rd@localhost/interna'
19
19
services :
20
20
postgres :
21
- image : postgres:13.2 -alpine
21
+ image : postgres:14 -alpine
22
22
env :
23
23
POSTGRES_USER : pg
24
24
POSTGRES_PASSWORD : passw0rd
36
36
- name : Setup python
37
37
uses : actions/setup-python@v2
38
38
with :
39
- python-version : ' 3.10 '
39
+ python-version : ' 3.11 '
40
40
- name : Install dependencies
41
41
run : |
42
42
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 13
13
#
14
14
# See docker-compose.yml as an example on how to run this image.
15
15
16
- FROM docker.io/python:3.10 -slim-bullseye
16
+ FROM docker.io/python:3.11 -slim-bullseye
17
17
18
18
# Add requirements file
19
19
ADD requirements.txt /code/requirements.txt
You can’t perform that action at this time.
0 commit comments