Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update postgres:15 docker digest to 5d87228 #932

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
NEO4J_PASSWORD: password
services:
postgres:
image: postgres:15@sha256:b7b9298570bbc3a0cf1d627045a62862a0f34be1e793db87f8a7abae33f65c3a
image: postgres:15@sha256:5d87228bf5536ebcb46e5834d9b49b5640d51f45ad286860fef190e3a212a81c
ports:
- 5432:5432
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
published: 4000

postgres:
image: postgres:15@sha256:b7b9298570bbc3a0cf1d627045a62862a0f34be1e793db87f8a7abae33f65c3a
image: postgres:15@sha256:5d87228bf5536ebcb46e5834d9b49b5640d51f45ad286860fef190e3a212a81c
healthcheck:
test: pg_isready
interval: 10s
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"

services:
postgres:
image: postgres:15@sha256:b7b9298570bbc3a0cf1d627045a62862a0f34be1e793db87f8a7abae33f65c3a
image: postgres:15@sha256:5d87228bf5536ebcb46e5834d9b49b5640d51f45ad286860fef190e3a212a81c
ports:
- target: 5432
published: 5433
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"

services:
postgres:
image: postgres:15@sha256:b7b9298570bbc3a0cf1d627045a62862a0f34be1e793db87f8a7abae33f65c3a
image: postgres:15@sha256:5d87228bf5536ebcb46e5834d9b49b5640d51f45ad286860fef190e3a212a81c
healthcheck:
test: pg_isready
interval: 10s
Expand Down