From 1e3cd830d3ebf37d9462a3ed487b0baae5a0b5bd Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 4 Feb 2024 01:35:06 +0300 Subject: [PATCH] fix postgres --- .deploy-infra/deploy-dev.yaml | 2 +- .deploy-infra/deploy-prod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.deploy-infra/deploy-dev.yaml b/.deploy-infra/deploy-dev.yaml index 00ba0eb..083965a 100644 --- a/.deploy-infra/deploy-dev.yaml +++ b/.deploy-infra/deploy-dev.yaml @@ -21,7 +21,7 @@ services: order: start-first postgres: - image: postgres:14-alpine + image: postgres:14-alpine3.19 volumes: - /sprint-data/postgres-data:/var/lib/postgresql/data environment: diff --git a/.deploy-infra/deploy-prod.yaml b/.deploy-infra/deploy-prod.yaml index 59cc9f2..764a12d 100644 --- a/.deploy-infra/deploy-prod.yaml +++ b/.deploy-infra/deploy-prod.yaml @@ -21,7 +21,7 @@ services: order: start-first postgres: - image: postgres:14-alpine + image: postgres:14-alpine3.19 volumes: - /sprint-data/postgres-data:/var/lib/postgresql/data environment: