Skip to content

Commit 63ebc38

Browse files
Merge pull request #1265 from d-v-b/chore/unbreak-tests
bump python version in docker compose to ensure that tests pass
2 parents 35dbbfa + e40a258 commit 63ebc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
context: .
4141
dockerfile: Dockerfile
4242
args:
43-
PY_VER: ${PY_VER:-3.8}
43+
PY_VER: ${PY_VER:-3.9}
4444
HOST_UID: ${HOST_UID:-1000}
4545
depends_on:
4646
db:

0 commit comments

Comments
 (0)