Skip to content

Commit

Permalink
update postgres 12 -> 16
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 committed Nov 20, 2024
1 parent 7dc9b73 commit f4dbfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
{% set service = 'db' %}

db:
image: postgres:12
image: postgres:16
restart: always
environment:
- POSTGRES_DB={{ template.env.db_name }}
Expand Down

0 comments on commit f4dbfec

Please sign in to comment.