Skip to content

Commit

Permalink
Merge pull request #92 from Quramy/renovate/postgres-14.x
Browse files Browse the repository at this point in the history
chore(deps): update postgres docker tag to v14.10
  • Loading branch information
Quramy committed Nov 14, 2023
2 parents f9870bc + 38a8e70 commit c098a69
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14.9-alpine
image: postgres:14.10-alpine
ports:
- 5432:5432
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
db:
container_name: postgres
image: postgres:14.9-alpine
image: postgres:14.10-alpine
ports:
- "5432:5432"
volumes:
Expand Down

0 comments on commit c098a69

Please sign in to comment.