Skip to content

Commit 7057b03

Browse files
committed
Update dependency postgres to v13.7
1 parent 0cbd8bd commit 7057b03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.3'
22
services:
33
db:
4-
image: postgres:13.5
4+
image: postgres:13.7
55
restart: always
66
environment:
77
POSTGRES_USER: warp

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.3'
22
services:
33
db:
4-
image: postgres:13.5
4+
image: postgres:13.7
55
restart: always
66
env_file:
77
- .env

0 commit comments

Comments
 (0)