Skip to content

Commit

Permalink
use postgresql 16.2
Browse files Browse the repository at this point in the history
Signed-off-by: William <kwasidev@protonmail.com>
  • Loading branch information
kwesidev committed Apr 12, 2024
1 parent 9a35169 commit abb7a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
version: '3.9'
services:
postgresqldb:
image: postgres:14.1-alpine
image: postgres:16.2-alpine
restart: always
environment:
- POSTGRES_USER=postgres
Expand Down

0 comments on commit abb7a89

Please sign in to comment.