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

Commit

Permalink
Update postgres to 16.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo committed Jan 26, 2024
1 parent deb3825 commit 1b7ad35
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 1b7ad35

Please sign in to comment.