Docker: update postgres to 15.4
This commit is contained in:
parent
9200bdbb3b
commit
af9cb2db32
|
@ -1,7 +1,7 @@
|
|||
version: "3"
|
||||
services:
|
||||
db:
|
||||
image: postgres:15.3-alpine
|
||||
image: postgres:15.4
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
|
|
Loading…
Reference in New Issue