From f0f9e9f83d261a6fb4e928f74ed67d382a98a88f Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sun, 25 Feb 2024 20:18:28 +0800 Subject: [PATCH] modify(dbs): modify dbs postgre version --- dev-dbs/dbs-dev.stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dbs/dbs-dev.stack.yaml b/dev-dbs/dbs-dev.stack.yaml index fac2112..400f86c 100644 --- a/dev-dbs/dbs-dev.stack.yaml +++ b/dev-dbs/dbs-dev.stack.yaml @@ -48,7 +48,7 @@ services: - --advertise-client-urls=http://0.0.0.0:2379 postgre: - image: postgres:13-alpine + image: postgres:16.2-bookworm container_name: Dev-postgre restart: always environment: