Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 12, 2023
1 parent 550e161 commit 02cee1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- broker

postgresqldb:
image: postgres:15.3-alpine
image: postgres:15.4-alpine
environment:
- POSTGRES_USER=appuser
- POSTGRES_PASSWORD=secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- broker

postgresqldb:
image: postgres:15.3-alpine
image: postgres:15.4-alpine
environment:
- POSTGRES_USER=appuser
- POSTGRES_PASSWORD=secret
Expand Down

0 comments on commit 02cee1d

Please sign in to comment.