Skip to content

Commit

Permalink
Update postgres Docker tag to v13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent 190984f commit afff464
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.13
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.13
restart: always
env_file:
- .env
Expand Down

0 comments on commit afff464

Please sign in to comment.