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 92a8aa5 #936

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:fbb4da137c0d2787efc41a4b47ab022698dd39454a9e7c6aa64e37a5e89f1c52
image: postgres:15@sha256:92a8aa5750822c1c9a4ef9faa81559e6d4757bfb400e9db94e48c954a796defa
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:fbb4da137c0d2787efc41a4b47ab022698dd39454a9e7c6aa64e37a5e89f1c52
image: postgres:15@sha256:92a8aa5750822c1c9a4ef9faa81559e6d4757bfb400e9db94e48c954a796defa
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:fbb4da137c0d2787efc41a4b47ab022698dd39454a9e7c6aa64e37a5e89f1c52
image: postgres:15@sha256:92a8aa5750822c1c9a4ef9faa81559e6d4757bfb400e9db94e48c954a796defa
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:fbb4da137c0d2787efc41a4b47ab022698dd39454a9e7c6aa64e37a5e89f1c52
image: postgres:15@sha256:92a8aa5750822c1c9a4ef9faa81559e6d4757bfb400e9db94e48c954a796defa
healthcheck:
test: pg_isready
interval: 10s
Expand Down