Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Update postgres Docker tag to v15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 24, 2023
1 parent d9b59ae commit d465517
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
Expand Up @@ -3,7 +3,7 @@ version: '3'

services:
db:
image: postgres:15.0-alpine
image: postgres:15.3-alpine
ports:
- 5432:5432
volumes:
Expand Down

0 comments on commit d465517

Please sign in to comment.