Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent 79caac5 commit 39d5e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:15.4
image: postgres:16.1
ports:
- 5432:5432
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:15.4
image: postgres:16.1
ports:
- 5432:5432
env:
Expand Down

0 comments on commit 39d5e18

Please sign in to comment.