Skip to content

Commit

Permalink
Merge pull request #115 from communitiesuk/renovate/postgres
Browse files Browse the repository at this point in the history
Update postgres Docker digest to fe4efc6
  • Loading branch information
wjrm500 authored Dec 16, 2024
2 parents 46f9f3d + 7657385 commit f75834b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
depends_on: [fab-db-dc, form-runner-dc]

fab-db-dc:
image: postgres@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
image: postgres@sha256:fe4efc6901dda0d952306fd962643d8022d7bb773ffe13fe8a21551b9276e50c
container_name: fab-db-dc
ports:
- 5435:5432
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ services:


fab-db:
image: postgres@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
image: postgres@sha256:fe4efc6901dda0d952306fd962643d8022d7bb773ffe13fe8a21551b9276e50c
environment:
- POSTGRES_PASSWORD=password

0 comments on commit f75834b

Please sign in to comment.