1
0
Fork 0

Docker: update postgres to 15.4

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