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
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