Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.4 (#71)
Browse files Browse the repository at this point in the history
postgres 16.3 → 16.4
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent 0906945 commit aff4ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misskey/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

database:
container_name: misskey_database
image: postgres:16.3@sha256:d0f363f8366fbc3f52d172c6e76bc27151c3d643b870e1062b4e8bfe65baf609
image: postgres:16.4@sha256:0cf02e45421b780449f0bab6b4af7e5ab2c37d3ca729e284fcec1a18f3fa9354
environment:
POSTGRES_HOST: $DB_HOSTNAME
POSTGRES_DB: $DB_DATABASE_NAME
Expand Down
2 changes: 1 addition & 1 deletion speedtest-tracker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:

database:
container_name: speedtest-tracker_database
image: postgres:16.3@sha256:d0f363f8366fbc3f52d172c6e76bc27151c3d643b870e1062b4e8bfe65baf609
image: postgres:16.4@sha256:0cf02e45421b780449f0bab6b4af7e5ab2c37d3ca729e284fcec1a18f3fa9354
environment:
POSTGRES_HOST: $DB_HOSTNAME
POSTGRES_DB: $DB_DATABASE_NAME
Expand Down

0 comments on commit aff4ad3

Please sign in to comment.