Skip to content

Commit

Permalink
chore: Upgrade postgres to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeck415 authored Aug 28, 2024
1 parent e3ef24f commit ac023cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- postgres

postgres:
image: 'postgres:9.6.20-alpine'
image: 'postgres:14.13-alpine3.20'
restart: always
volumes:
- 'postgres:/var/lib/postgresql/data'
Expand Down

0 comments on commit ac023cd

Please # to comment.