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 authored and mnonnenmacher committed Jun 18, 2024
1 parent 272ed89 commit 2abefeb
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 2abefeb

Please sign in to comment.