Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16 (#556)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 3fd305e commit 9ec6767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-example.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
postgres:
image: postgres:15-alpine
image: postgres:16-alpine
environment:
POSTGRES_USER: root
POSTGRES_PASSWORD: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
postgres:
image: postgres:15-alpine
image: postgres:16-alpine
environment:
POSTGRES_USER: root
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 9ec6767

Please sign in to comment.