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