Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 39a0cec commit 04de406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
# db:
# condition: service_healthy
db:
image: postgres:16.3
image: postgres:16.6
volumes:
- db-data:/var/lib/postgresql/data
- ./docker/db/init:/docker-entrypoint-initdb.d
Expand Down

0 comments on commit 04de406

Please sign in to comment.