From c0c23769ade000f1fff36dd55b4b9ed79eef0e23 Mon Sep 17 00:00:00 2001 From: VeryBigSad <44099594+VeryBigSad@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:00:17 +0300 Subject: [PATCH 1/2] Update postgres version --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3198a66..dc3f931 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: db: - image: postgres:12 + image: postgres:16-alpine container_name: dtb_postgres restart: always volumes: From 10431083bdd4a4cedd53346080361a7472417f7a Mon Sep 17 00:00:00 2001 From: VeryBigSad <44099594+VeryBigSad@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:02:39 +0300 Subject: [PATCH 2/2] update to python 3.11.5 --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index f24fc1b..3124d55 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.8.3 \ No newline at end of file +python-3.11.5