Skip to content

Commit

Permalink
Merge pull request #228 from brave/renovate/postgres
Browse files Browse the repository at this point in the history
Update postgres Docker digest to 87ec5e0
  • Loading branch information
DJAndries authored Jan 15, 2025
2 parents 51a8161 + c79aec2 commit 2423dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

services:
postgres:
image: postgres@sha256:888402a8cd6075c5dc83a31f58287f13306c318eaad016661ed12e076f3e6341
image: postgres@sha256:87ec5e0a167dc7d4831729f9e1d2ee7b8597dcc49ccd9e43cc5f89e808d2adae
env:
POSTGRES_USER: star
POSTGRES_PASSWORD: password
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
networks:
- star-agg
db:
image: postgres@sha256:888402a8cd6075c5dc83a31f58287f13306c318eaad016661ed12e076f3e6341
image: postgres@sha256:87ec5e0a167dc7d4831729f9e1d2ee7b8597dcc49ccd9e43cc5f89e808d2adae
command: postgres -c 'max_connections=300'
ports:
- 5642:5432
Expand Down

0 comments on commit 2423dd2

Please sign in to comment.