Skip to content

Commit

Permalink
deps: update postgres docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-apoapsis-bot committed Apr 19, 2024
1 parent f33c538 commit c76d926
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 @@ -17,7 +17,7 @@

services:
postgres:
image: postgres:14
image: postgres:16
restart: unless-stopped
healthcheck:
test: ['CMD-SHELL', 'pg_isready -U postgres']
Expand Down

0 comments on commit c76d926

Please sign in to comment.