Skip to content

Commit

Permalink
fix(deps): update postgres:15.3 docker digest to 9fe6760
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2023
1 parent aeef4f8 commit e4d6acc
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:9fe676049131f22de7490cc786306625f4c50309281aecab7ddea760965dc1fe
container_name: postgres
ports:
- "5432:5432"
Expand Down

0 comments on commit e4d6acc

Please sign in to comment.