upgrade postgres refrence to 14 (#19416)

This commit is contained in:
Stephen J. Fuhry
2022-04-16 11:59:56 -04:00
committed by GitHub
parent 699ddd76a2
commit 3c2dad837d
3 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ services:
+ - db
+
+ db:
+ image: postgres:13
+ image: postgres:14
+ restart: always
+ environment:
+ - POSTGRES_USER=gitea

View File

@@ -187,7 +187,7 @@ services:
+ - db
+
+ db:
+ image: postgres:13
+ image: postgres:14
+ restart: always
+ environment:
+ - POSTGRES_USER=gitea

View File

@@ -172,7 +172,7 @@ services:
+ - db
+
+ db:
+ image: postgres:13
+ image: postgres:14
+ restart: always
+ environment:
+ - POSTGRES_USER=gitea