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 fbb4da1 #935

Merged
merged 1 commit into from
Nov 22, 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:5d87228bf5536ebcb46e5834d9b49b5640d51f45ad286860fef190e3a212a81c
image: postgres:15@sha256:fbb4da137c0d2787efc41a4b47ab022698dd39454a9e7c6aa64e37a5e89f1c52
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:5d87228bf5536ebcb46e5834d9b49b5640d51f45ad286860fef190e3a212a81c
image: postgres:15@sha256:fbb4da137c0d2787efc41a4b47ab022698dd39454a9e7c6aa64e37a5e89f1c52
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:5d87228bf5536ebcb46e5834d9b49b5640d51f45ad286860fef190e3a212a81c
image: postgres:15@sha256:fbb4da137c0d2787efc41a4b47ab022698dd39454a9e7c6aa64e37a5e89f1c52
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:5d87228bf5536ebcb46e5834d9b49b5640d51f45ad286860fef190e3a212a81c
image: postgres:15@sha256:fbb4da137c0d2787efc41a4b47ab022698dd39454a9e7c6aa64e37a5e89f1c52
healthcheck:
test: pg_isready
interval: 10s
Expand Down