Docker: update postgres to 15.4

master
radex 2023-08-17 14:20:00 +02:00
rodzic 9200bdbb3b
commit af9cb2db32
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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