Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
chore(deps): update postgres docker tag to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 7, 2021
1 parent 78f8a2f commit 6c5af30
Showing 1 changed file with 1 addition and 1 deletion.
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.6'
services:
db:
image: postgres:12-alpine
image: postgres:13-alpine
volumes:
- ./db:/docker-entrypoint-initdb.d
environment:
Expand Down

0 comments on commit 6c5af30

Please sign in to comment.