Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #66 from findy-network/update-postgres
Browse files Browse the repository at this point in the history
Update postgres to 16.1.
  • Loading branch information
lauravuo authored Jan 26, 2024
2 parents deb3825 + 1b7ad35 commit a3c761b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:
- '8085:8085'

vault-db:
image: postgres:13.6-alpine
image: postgres:16.1-alpine
volumes:
- .data/vault-db:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit a3c761b

Please sign in to comment.