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 deffe9e525
commit 695c4b4b0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 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