Skip to content

Commit

Permalink
chore(deps): update postgres:15 docker digest to c49ba31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent b08b65e commit 99d7f90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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:92a8aa5750822c1c9a4ef9faa81559e6d4757bfb400e9db94e48c954a796defa
image: postgres:15@sha256:c49ba31e91bcf0a0594ff4204f4a1fa0eac47a60c4baab6e247b0df21bfbedd0
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:92a8aa5750822c1c9a4ef9faa81559e6d4757bfb400e9db94e48c954a796defa
image: postgres:15@sha256:c49ba31e91bcf0a0594ff4204f4a1fa0eac47a60c4baab6e247b0df21bfbedd0
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:92a8aa5750822c1c9a4ef9faa81559e6d4757bfb400e9db94e48c954a796defa
image: postgres:15@sha256:c49ba31e91bcf0a0594ff4204f4a1fa0eac47a60c4baab6e247b0df21bfbedd0
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:92a8aa5750822c1c9a4ef9faa81559e6d4757bfb400e9db94e48c954a796defa
image: postgres:15@sha256:c49ba31e91bcf0a0594ff4204f4a1fa0eac47a60c4baab6e247b0df21bfbedd0
healthcheck:
test: pg_isready
interval: 10s
Expand Down

0 comments on commit 99d7f90

Please sign in to comment.