Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.6 (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 2720133 commit 3806b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: Test pg-restore
services:
postgres:
image: postgres:16.4
image: postgres:16.6
env:
POSTGRES_USER: test_user
POSTGRES_PASSWORD: test_user_password
Expand Down

0 comments on commit 3806b6e

Please sign in to comment.