Skip to content

Commit

Permalink
fix(deps): update postgres:15.3 docker digest to 8775adb
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2023
1 parent e70a76b commit c767f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
DATABASE_NAME: "apollo-database"
# SQL database
postgres:
image: postgres:15.3@sha256:362a63cb1e864195ea2bc29b5066bdb222bc9a4461bfaff2418f63a06e56bce0
image: postgres:15.3@sha256:8775adb39f0db45cf4cdb3601380312ee5e9c4f53af0f89b7dc5cd4c9a78e4e8
container_name: postgres
ports:
- "5432:5432"
Expand Down

0 comments on commit c767f52

Please sign in to comment.