Docker: update postgres to 15.4

pull/1/head
radex 2023-08-17 14:20:00 +02:00
parent 9200bdbb3b
commit af9cb2db32
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: "3"
services:
db:
image: postgres:15.3-alpine
image: postgres:15.4
restart: always
environment:
- POSTGRES_USER=postgres