Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent fa42b0c commit 5adf40a
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:16.3-alpine
image: postgres:16.4-alpine
environment:
- POSTGRES_USER=appuser
- POSTGRES_PASSWORD=secret
Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-outbox-pattern/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

postgresql:
image: postgres:16.3-alpine
image: postgres:16.4-alpine
environment:
- POSTGRES_USER=appuser
- POSTGRES_PASSWORD=secret
Expand Down

0 comments on commit 5adf40a

Please sign in to comment.