From 4da02316588ced6514045d1a813abc12a2bcfd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D0=B8=D0=BC=D1=83=D1=80?= <60805088+Timtaran@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:44:14 +0500 Subject: [PATCH] chore: pin postgresql version in self-host compose.yaml (#8420) --- .github/deployment/self-host/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deployment/self-host/compose.yaml b/.github/deployment/self-host/compose.yaml index cbc1d4b0b..dde7dc8ba 100644 --- a/.github/deployment/self-host/compose.yaml +++ b/.github/deployment/self-host/compose.yaml @@ -43,7 +43,7 @@ services: timeout: 5s retries: 5 postgres: - image: postgres + image: postgres:16 container_name: affine_postgres restart: unless-stopped volumes: