Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 4397464 commit 637b1ca
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 @@ -7,7 +7,7 @@ volumes:
services:
postgres:
container_name: spring-boot-postgres_container
image: postgres:16.2-alpine
image: postgres:16.3-alpine
volumes:
- postgres_data:/var/lib/postgresql/data
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:
services:
postgres:
container_name: spring-boot-postgres_container
image: postgres:16.2-alpine
image: postgres:16.3-alpine
volumes:
- postgres_data:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit 637b1ca

Please sign in to comment.