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 10, 2024
1 parent 419a87a commit 07c5e3c
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 @@ -18,7 +18,7 @@
version: "3.9"
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 07c5e3c

Please sign in to comment.