Skip to content

Commit

Permalink
Update dependency postgres to v13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 16, 2022
1 parent 0cbd8bd commit 1232326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
db:
image: postgres:13.5
image: postgres:13.6
restart: always
environment:
POSTGRES_USER: warp
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
db:
image: postgres:13.5
image: postgres:13.6
restart: always
env_file:
- .env
Expand Down

0 comments on commit 1232326

Please sign in to comment.